Google Calendar
Canonical URLs
- List events:
https://calendar.google.com/calendar/u/${uid}/r/${viewMode} - Date-specific view: append
/YYYY/MM/DD - Search:
https://calendar.google.com/calendar/u/${uid}/r/search?q=${keyword} - Create:
https://calendar.google.com/calendar/u/${uid}/r/eventedit?...
Recommended list view:
agendais the best default for upcoming events.day,week, andmonthare useful when the user asks for layout-specific context.
Event creation
Always use link: https://calendar.google.com/calendar/u/${uid}/r/eventedit?...
URL params:
text: titledates:start/end- Timed events:
YYYYMMDDTHHmmSS/YYYYMMDDTHHmmSSfor local time, or addZfor UTC - All-day events:
YYYYMMDD/YYYYMMDD ctz: timezonedetails: descriptionlocation: locationadd: comma-separated attendee emailsrecur: RFC-5545 rule likeRRULE:FREQ=DAILYvcon: URL ormeet
Working style
- Prefer direct search and event-edit URLs over menu hunting.
- Re-snapshot after opening event dialogs or editing side panes because Calendar frequently swaps views in place.
Useful shortcuts
t: todayj/k: next or previous periodc: create evente: edit selected eventBackspace: delete selected event