list_calendar_events
Retrieve upcoming Google Calendar events to view your schedule and manage appointments within your Obsidian vault.
Instructions
List upcoming Google Calendar events
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days_ahead | No | ||
| max_results | No |
Input Schema (JSON Schema)
{
"properties": {
"days_ahead": {
"default": 7,
"title": "Days Ahead",
"type": "integer"
},
"max_results": {
"default": 10,
"title": "Max Results",
"type": "integer"
}
},
"type": "object"
}