Skip to main content
Glama

Obsidian MCP Server

by getglad

update_calendar_event

Modify calendar event details including date, time, title, description, or location to keep your schedule current and accurate.

Instructions

Update/move a calendar event (change date, time, title, or description)

Input Schema

NameRequiredDescriptionDefault
confirmNo
dateNo
descriptionNo
duration_minutesNo
event_idYes
locationNo
timeNo
titleNo

Input Schema (JSON Schema)

{ "properties": { "confirm": { "default": false, "title": "Confirm", "type": "boolean" }, "date": { "default": "", "title": "Date", "type": "string" }, "description": { "default": "", "title": "Description", "type": "string" }, "duration_minutes": { "default": 0, "title": "Duration Minutes", "type": "integer" }, "event_id": { "title": "Event Id", "type": "string" }, "location": { "default": "", "title": "Location", "type": "string" }, "time": { "default": "", "title": "Time", "type": "string" }, "title": { "default": "", "title": "Title", "type": "string" } }, "required": [ "event_id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/getglad/obsidian_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server