get_event_detail
Retrieve detailed information for a specific calendar event by its cache number from previous event searches.
Instructions
Get detailed information for a specific calendar event by its cache number. WORKFLOW: First call browse_events or search_events to get event list, then use this tool with cache number from results. Returns: Event object with id, subject, start, end, location, attendees, body, recurrence, and online meeting details. Note: Invalid cache_number returns appropriate error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cache_number | Yes | Cache number from browse_events or search_events (e.g., 1, 2, 3) |