alxjrvs / alxjrvs/orrey

Prove the service-account calendar pattern by hand

Cerrado
#11 0 comentarios 0 reacciones 0 asignados Ver en GitHub
ops phase:0 unverified
Lenguaje dominante
HTML
Estrellas
0
Forks
0
Merge medio
1 h 34 min
PR fusionados (30 d)
23

Descripción

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.

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Línea de trabajo

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.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Área
api, backend
Tipo de issue
Nueva funcionalidad
Dificultad
3/5
Tiempo estimado
1-2 días
Estado de actividad
Activo
Claridad
Bien especificado
Aptitud para principiantes
52/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.