outlook_list_events_delta
List only calendar event changes within a time window since the last call. Use delta tokens for incremental polling to lower costs.
Instructions
List only calendar event changes within a window since the last call.
Use this for polling/recurring agents — typically 10x cheaper than outlook_list_events after the first call. Use outlook_list_events for one-shot queries.
Example: first call: outlook_list_events_delta(start="2026-05-22T00:00:00Z", end="2026-05-29T00:00:00Z"); next: outlook_list_events_delta(delta_token=). start/end (ISO 8601) required on first call only; the cursor encodes the window thereafter. is_deleted=True items are tombstones. has_more=True means drain immediately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | No | ||
| end | No | ||
| page_size | No | ||
| delta_token | No |