get_calendar_events_time_specific
Fetch calendar events between specified start and end dates for a user, with timezone support via Microsoft Graph API. Get scheduled meetings and appointments for any date range.
Instructions
FastMCP tool: Fetch calendar events for a user using Microsoft Graph API.
Args: user_id: Microsoft Graph user ID. start: ISO datetime string for start. end: ISO datetime string for end. timezone: IANA timezone (default: UTC).
Returns: Dictionary of events or error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | 2025-06-16 | |
| start | No | 2025-06-16 | |
| user_id | Yes | ||
| timezone | No | Asia/Manila |