Google Calendar Daily Brief Overview Use this skill to turn one day of Google Calendar events into a readable daily brief instead of a raw event dump. Use the Google Calendar app from this plugin for the source data, then use the bundled formatter as the default rendering path. Workflow 1. Resolve the date window explicitly in the user's timezone. 2. Fetch the day's events through the Google Calendar app/connector for the relevant calendar. Default to unless the user names a different calendar. 3. Pass the raw JSON response to . 4. Return the rendered Markdown as the answer. Lightly adapt the…