feat(calendar): list appointment schedules#580
Conversation
|
Thanks for the focused PR. I am going to close this one because the current Google Calendar API still does not expose appointment schedules through Events.list. We verified the underlying request in #329 with the clawdbot test account: passing the appointment schedule event type returns a 400 invalidParameter response, and the allowed eventTypes are birthday, default, focusTime, fromGmail, outOfOffice, and workingLocation. The CLI therefore keeps If Google starts accepting appointment schedules in Events.list, this would be worth revisiting from a fresh branch. For now this is an upstream API limitation rather than a local implementation gap. |
Summary
gog calendar appointment-schedules listas a read-only slice of appointment schedule support.Events.listcalls witheventTypes=appointmentSchedule.Fixes #329.
Validation
go test ./internal/cmd -run 'Appointment|ListCalendarEvents'go test ./...git diff --check