Skip to main content
Glama

Obsidian MCP Server

by getglad

create_calendar_event

Create Google Calendar events directly from Obsidian notes to schedule tasks and reminders with automatic linking between your calendar and notes.

Instructions

Create a Google Calendar event linked to an Obsidian note

Input Schema

NameRequiredDescriptionDefault
confirmNo
dateYes
descriptionNo
duration_minutesNo
note_pathYes
timeYes
titleYes

Input Schema (JSON Schema)

{ "properties": { "confirm": { "default": false, "title": "Confirm", "type": "boolean" }, "date": { "title": "Date", "type": "string" }, "description": { "default": "", "title": "Description", "type": "string" }, "duration_minutes": { "default": 60, "title": "Duration Minutes", "type": "integer" }, "note_path": { "title": "Note Path", "type": "string" }, "time": { "title": "Time", "type": "string" }, "title": { "title": "Title", "type": "string" } }, "required": [ "note_path", "title", "date", "time" ], "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