Expand description
zad gcal <verb> — runtime surface for the Google Calendar
service.
Wires together:
- per-verb clap args (
calendars list/show,events list/show/ create/update/delete, plus thepermissionsandselfsubgroups every service ships); - credential + scope resolution from the effective config (local wins over global);
- permission gating (time window → calendar → attendees → content → numeric caps) executed before any network call;
--dry-runwrapping via theGcalTransporttrait so previews never hit the keychain.
Structs§
- Calendars
Args - Calendars
List Args - Calendars
Show Args - Events
Args - Events
Create Args - Events
Delete Args - Events
List Args - Events
Show Args - Events
Update Args - Gcal
Args - Permissions
Args - Permissions
Check Args - Permissions
Init Args - Permissions
Path Args - Permissions
Show Args - Self
Args - Self
Clear Args - Self
SetArgs - Self
Show Args