What problem does it solve?
This Skill simplifies managing Google Calendar events and calendars, helping you automate scheduling, event creation, and calendar management tasks.
Core Features & Use Cases
- Create and Update Events: Manage events, from scheduling meetings to updating event details.
- Calendar Management: Create, list, and manage calendars and their settings.
- Search and Retrieve Events: Search for events, retrieve event details, and manage recurring events.
- Free/Busy Availability: Check the availability of calendar entries to schedule events.
- Sharing and Access Control: Share calendars and manage access control rules.
- Use Case: Suppose you want to create a new meeting and invite a group of attendees. This Skill allows you to generate a calendar event, set the time and location, and send out invitations automatically.
Quick Start
Create a new event in your primary calendar for tomorrow at 3 PM using the createEvent script. Pass the following JSON as input: {"summary": "Team Meeting", "start": {"dateTime": "2023-10-05T15:00:00-04:00", "timeZone": "America/New_York"}, "end": {"dateTime": "2023-10-05T16:00:00-04:00", "timeZone": "America/New_York"}}