What problem does it solve?
This skill helps users manage Google Calendar events with correct timezone handling. It ensures that scheduled, updated, or patched events display accurate times across time zones, reducing scheduling mistakes and miscommunications.
Core Features & Use Cases
- Create events with timezone-aware start and end times.
- Update or patch existing events by safely adjusting start_time, end_time, and timezone.
- Support common triggers like "schedule meeting", "update event", "change meeting time", "reschedule", and "make it 30 minutes" for teams coordinating across zones.
- Real-world example: schedule a meeting for 2 PM in one timezone and auto-adjust for attendees in other zones.
Quick Start
GOOGLECALENDAR_CREATE_EVENT
summary: "[TITLE]"
start_time: "YYYY-MM-DDTHH:MM:SS"
end_time: "YYYY-MM-DDTHH:MM:SS"
timezone: "[IANA_TIMEZONE]"
attendees: ["[EMAIL]"]