Get Calendar Event
calendar_get_eventGet complete event details, including recurrence patterns and online meeting information, by providing the event ID and account ID.
Instructions
📖 Get full event details (read-only, safe for unsupervised use)
Returns complete event information including recurrence patterns and online meeting details.
Args: event_id: The event ID account_id: Microsoft account ID use_cache: Whether to use cache (default: True) force_refresh: Bypass cache and fetch fresh data (default: False)
Returns: Complete event object with all metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | ||
| account_id | Yes | ||
| use_cache | No | ||
| force_refresh | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||