One development write does not make a complete calendar API
Google Calendar create is the only implemented provider method. The catalog's wider Google target and the entire Outlook Calendar connector remain unreleased, without production OAuth or real-account conformance.
- Catalog status and access: Google Calendar — development, official api; Outlook Calendar — planned, official api
- Authentication: Both provider paths require customer-controlled OAuth applications and account-scoped delegated access. Google's user-by-project grant ownership and whole-grant revocation behavior remain explicit release gates.
- Resources: calendars, events, attendees, availability
- Target actions: calendar.list, calendar.event.list, calendar.event.get, calendar.event.create, calendar.event.update, calendar.event.delete, event.list, event.get, event.create, event.update, event.delete
- Target events: calendar.event.created, calendar.event.updated, calendar.event.deleted
- Implemented development slice: calendar.event.create, calendar_event.list, calendar_event.get, calendar.event.created
- Limitations and failures: Only Google calendar.event.create is implemented; Normalized list/get cover only DewEngine-confirmed creates; Provider sync, update/delete, availability, recurrence, and notifications are not implemented
- Release gates: Google Calendar — Isolated development only: Google OAuth verification, subject-by-project grant ownership, managed KMS, whole-grant upstream revocation/deletion, quota and provider-failure testing, and consented real-account conformance remain open; Outlook Calendar — Microsoft application registration, tenant consent, and subscription renewal