Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Update an Outlook calendar
| Field | Value |
|---|---|
| Name | outlook__update_calendar |
| Group | Integrations |
{
"type": "object",
"properties": {
"calendarId": {
"type": "string",
"description": "Calendar ID"
},
"name": {
"type": "string",
"description": "Calendar name"
},
"color": {
"type": "string",
"description": "Calendar color"
}
},
"required": [
"calendarId"
],
"description": "Input schema for the outlook__update_calendar tool."
}