google-calendar
SKILL.md
Google Calendar
Integrate with Google Calendar for scheduling. Use when you need to: (1) create calendar events, (2) manage schedules and appointments, or (3) automate calendar-based workflows.
Input
Provide input as JSON:
{
"event_title": "Title of the calendar event",
"event_description": "Description or notes for the event",
"start_datetime": "Event start date and time (e.g., 2024-01-15 14:00)",
"end_datetime": "Event end date and time (e.g., 2024-01-15 15:00)",
"attendees": "Email addresses of attendees, separated by commas",
"location": "Event location (physical address or virtual meeting link)"
}