Calendar Search
calendar_searchFind Outlook calendar events by date range or subject keyword. Specify from/to dates or a subject substring to retrieve matching appointments from the default calendar folder.
Instructions
Search the default Outlook calendar folder by date range and/or
subject substring. At least one of from/to/subject is required.
A subject-only query (no explicit from/to) auto-applies a default
window — 90 days back, 365 days forward from now, configurable via
calendar_subject_search_lookback_days/..._lookahead_days —
since a calendar's value is mostly ahead of today; the window
actually used is echoed back as windowApplied in the response.
Supplying explicit from/to overrides this window entirely (they
can widen or narrow the search — caller-controlled). limit
bounds the number of rows returned (optional, default 50, hard
max 200 — over-max is clamped, not rejected; <= 0 is
rejected).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ||
| from | No | ||
| limit | No | ||
| subject | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | Yes | ||
| window_applied | No | ||
| results_truncated | No |