list-events
Retrieve upcoming calendar events from Microsoft Outlook. Specify the number of events to display, with a default of 10 and a maximum of 50, for efficient schedule management.
Instructions
Lists upcoming events from your calendar
Input Schema
Name | Required | Description | Default |
---|---|---|---|
count | No | Number of events to retrieve (default: 10, max: 50) |
Input Schema (JSON Schema)
{
"properties": {
"count": {
"description": "Number of events to retrieve (default: 10, max: 50)",
"type": "number"
}
},
"required": [],
"type": "object"
}