What problem does it solve?
This Skill streamlines the one-time deployment and configuration of a Google Apps Script web app that acts as a secure bridge to expose Google Calendar data to the local /gcalendar integration, eliminating manual copy-paste of URLs, keys, and repeated OAuth flows.
Core Features & Use Cases
- Apps Script Deployment Guide: Step-by-step instructions to create, paste, and deploy the Apps Script code that returns calendar JSON.
- Secure Key Generation & Storage: Generates a random API key and saves the Apps Script URL and key into the local credentials file (GCALENDAR_APPSCRIPT_URL and GCALENDAR_APPSCRIPT_KEY).
- CDP + Okta Integration: Uses a Chrome debug instance (CDP) signed into Okta to authenticate and call the Apps Script endpoint for verifying calendar access.
- Verification & Troubleshooting: Includes verification via a Python helper to list calendars and a troubleshooting section for common authorization and timeout failures.
- Use Case: Prepare your personal Google account so the /gcalendar skill can read shared and primary calendars for scheduling and availability checks.
Quick Start
Set up my Google Calendar Apps Script endpoint and store the web app URL and API key for use with the /gcalendar integration.