Prove the service-account calendar pattern by hand
- 主要语言
- HTML
- 星标
- 0
- 派生
- 0
- 平均合并
- 1 小时 34 分钟
- 30 天内合并 PR
- 23
描述
The settled Google Calendar design rests on a pattern that is community-established but **not documented by Google**: an Orrey-owned calendar, with a service account granted `writer` via `acl.insert`. No refresh token means nothing to expire. Prove it by hand before building on it.
- [ ] Create the Orrey calendar (owned by the Orrey Google account, never the user's Social calendar).
- [ ] Create a service account; grant it `writer` on that calendar via `acl.insert`.
- [ ] From a throwaway script using service-account credentials only: `events.insert` with a self-minted base32hex id, then insert the same id again and confirm the `409`, then `events.update` on it, then `events.delete`.
- [ ] Record the outcome here and, if the pattern fails, what the fallback is before phase 1 starts.
Secrets stay out of the transcript and out of files: run the script under `op run`.
This closes the "service-account-shared-calendar pattern" item from the unverified list.
贡献指南
这个仓库没有索引到贡献指南
调研方向
Start with the checklist in this issue: create the Orrey-owned calendar and service account, grant writer access with acl.insert, and run the throwaway script under op run using service-account credentials only. Verify events.insert, the repeated-id 409, events.update, and events.delete; record the outcome and any fallback here, keeping secrets out of the transcript and files.
由索引模型根据 Issue 内容生成。
评估
- 领域
- api, backend
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 活跃
- 描述清晰度
- 描述清楚
- 新手友好度
- 52/100