create_calendar_event
Create calendar events with title, start time, duration, and category. Optionally add description, location, and stamina cost. Part of MCP Calendar Server for event organization and stamina tracking.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
category | Yes | ||
description | No | ||
duration | Yes | ||
location | No | ||
stamina_cost | No | ||
start_time | Yes | ||
title | Yes |