Get one event
get_eventRetrieve a single Google Calendar event by its ID and account. Use it to view full event details, including time and timezone, for a specific calendar.
Instructions
Fetch a single event by id. The account must be given explicitly, because an event id is only meaningful within the account it came from.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | The account id to act on, e.g. "work" or "personal". Required whenever more than one account could apply. | |
| calendar | No | Calendar id. Defaults to the account's configured default calendar ("primary" unless changed). | |
| event_id | Yes | The event id, exactly as returned by a list or search tool. | |
| timezone | No | IANA timezone for interpreting and displaying times, e.g. "Asia/Jakarta". Defaults to the server timezone. |