See llms.txt for all machine-readable content.
This workflow serves a token-protected iCalendar (.ics) feed from a Google Sheets “events” tab, so Google Calendar, Apple Calendar, and Outlook can subscribe to a live calendar URL.
calendar.ics and checks the ?token= query parameter against the configured feed token.text/calendar, serving the last known good calendar when a sheet read/render failure occurs or returning 404/503 on unauthorized/unavailable requests.events with the required headers (uid, title, start_date, start_time, end_date, end_time, location, description, status, updated_at, rrule).feed_token with a long random secret, set a unique feed_namespace, and review timezone/window/default duration settings to match your spreadsheet and desired publish range.calendar.ics, append ?token=YOUR_TOKEN, and use that URL to subscribe from Google Calendar, Apple Calendar, or Outlook.