Calendar Get Event¶
Fetch one calendar event by its provider-local id on a given calendar. Uses a windowed lookup because the Obsidian plugin's getEvent is broken; prefer calendar_list_events with a tight range when you know the date.
MCP name: calendar_get_event
Category: calendar
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
calendar_id |
str |
Yes | Calendar id the event lives on |
event_id |
str |
Yes | Provider-local event id (from a prior list_events) |
Requirements¶
- calendar