Google Calendar
gcal_get_event
Get a specific event by ID. Returns full event details including attendees, reminders, recurrence, and conference data.
Remote node2flow/google-calendar
Other tools also called gcal_get_event?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"event_id": {
"type": "string",
"description": "The event ID (from gcal_list_events)"
},
"time_zone": {
"type": "string",
"description": "Time zone for the response (e.g., \"America/New_York\")"
},
"calendar_id": {
"type": "string",
"description": "Calendar ID (use \"primary\" for the main calendar)"
}
}
}