get_calendar_event
Retrieve specific calendar event details by providing the event ID to access event information from your Obsidian vault's integrated calendar.
Instructions
Get details of a specific calendar event by ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
event_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"event_id": {
"title": "Event Id",
"type": "string"
}
},
"required": [
"event_id"
],
"type": "object"
}