MCPServers
Cal.com Calendar - MCP server logo

Cal.com Calendar

0
0

Summary

A Cal.com Calendar MCP server that integrates with the Cal.com Calendar API to provide appointment scheduling capabilities for AI assistants. It offers tools for adding, updating, deleting, and listing calendar appointments with features like rate limiting and error handling. The implementation uses the MCP SDK to expose these calendar operations as tools that can be called programmatically, making it valuable for workflows where scheduling and calendar management are needed without leaving the conversation interface.

Available Actions(4)

calcom_add_appointment

Create new calendar appointments. Inputs: eventTypeId (number), startTime (string in ISO format), endTime (string in ISO format), name (string), email (string), notes (optional string)

calcom_update_appointment

Update existing calendar appointments. Inputs: bookingId (number), startTime (optional string in ISO format), endTime (optional string in ISO format), notes (optional string)

calcom_delete_appointment

Delete existing calendar appointments. Inputs: bookingId (number), reason (optional string)

calcom_list_appointments

List calendar appointments in a date range. Inputs: startDate (string in YYYY-MM-DD format), endDate (string in YYYY-MM-DD format)

Last Updated: April 17, 2025

社区评论

0.0
0 条评论
5
0
4
0
3
0
2
0
1
0

暂无评论. 成为第一个评论的人!

登录以参与讨论

Coming soon to
HighlightHighlight AI

语言

TypeScript

分类

标签