Full agenda content is read into the session running the Skill
Source references: 4The workflow calls the agenda command both before and after the change, although the free/busy query can identify open periods by itself. An agenda can expose more scheduling context than busy intervals require. The provided source does not show transmission to an outside recipient.
Event titles and other agenda details may enter the agent context, terminal output, or associated logs and become subject to those environments' retention and access policies.
The agenda commands would expose calendar details to the agent executing the Skill, but that access directly matches the stated purpose of reviewing the week, finding gaps, and checking the updated schedule. The two reads serve planning and post-write verification rather than clearly unrelated collection. The supplied source contains no instruction to transmit the agenda to a third party, save it, or read other weeks. A user who only wants busy intervals exposed can restrict execution to free/busy queries, but the evidence does not show additional disclosure.
This assessment concerns the code and conditions shown, not proof that harm has occurred.1. Check this week's agenda: `gws calendar +agenda`2. Check free/busy for the week: `gws calendar freebusy query --json '{"timeMin": "2025-01-20T00:00:00Z", "timeMax": "2025-01-25T00:00:00Z", "items": [{"id": "primary"}]}'`3. Add a new event: `gws calendar +insert --summary 'Deep Work Block' --start '2026-01-21T14:00:00' --end '2026-01-21T16:00:00'`Show 3 other places
3. Add a new event: `gws calendar +insert --summary 'Deep Work Block' --start '2026-01-21T14:00:00' --end '2026-01-21T16:00:00'`4. Review updated schedule: `gws calendar +agenda`Review your Google Calendar week, identify gaps, and add events to fill them.1. Check this week's agenda: `gws calendar +agenda`2. Check free/busy for the week: `gws calendar freebusy query --json '{"timeMin": "2025-01-20T00:00:00Z", "timeMax": "2025-01-25T00:00:00Z", "items": [{"id": "primary"}]}'`3. Add a new event: `gws calendar +insert --summary 'Deep Work Block' --start '2026-01-21T14:00:00' --end '2026-01-21T16:00:00'`