The default queries every calendar and may expose unnecessary event details to the agent and command output
Source references: 5Without `--calendar`, the command queries all calendars. Events can contain meeting subjects, attendees, locations, and personal plans. Narrowing options exist, but the default example does not use them.
If the user only intended to inspect one work calendar, content from personal or shared calendars may also enter agent-visible output, terminal history, or session records. The source does not show transmission to any additional third party.
This is the Skill’s intended read-only function, but the default command queries every calendar rather than the minimum necessary scope. If the agent’s output, logs, or session are accessible to others, returned schedule data could create unnecessary privacy exposure; the source does not specify which event fields are returned. A user can require `--calendar` or restrict use to the needed calendar.
```bashgws calendar +agenda```Show 4 other places
| `--days` | — | — | Number of days ahead to show || `--calendar` | — | — | Filter to specific calendar name or ID || `--timezone` | — | — | IANA timezone override (e.g. America/Denver). Defaults to Google account timezone. |- Read-only — never modifies events.- Queries all calendars by default; use --calendar to filter.- Uses your Google account timezone by default; override with --timezone.Show upcoming events across all calendars- Read-only — never modifies events.- Queries all calendars by default; use --calendar to filter.- Uses your Google account timezone by default; override with --timezone.