@archiesun/dingtalk-mcp-calendar
v1.0.4
Published
钉钉日程管理MCP服务器 - 日程创建、修改、删除、参与者管理
Maintainers
Readme
钉钉日程管理MCP服务�?
钉钉日程管理MCP服务器,提供日程创建、修改、删除、参与者管理等功能�?
功能特�?
- 📅 日程管理 - 创建、修改、删除日�?- 👥 *参与者管�? - 添加、删除、查询参与�?- 📋 日程视图 - 按时间范围查询日程列�?- 🔍 用户查询 - 按姓名搜索用户、userId转unionId
安装
npm install @archiesun/dingtalk-mcp-calendar配置
环境变量
DINGTALK_Client_ID=your_app_key
DINGTALK_Client_Secret=your_app_secretMCP客户端配�?
{
"mcpServers": {
"dingtalk-calendar": {
"command": "npx",
"args": ["-y", "dingtalk-mcp-calendar@latest"],
"env": {
"DINGTALK_Client_ID": "your client id",
"DINGTALK_Client_Secret": "your client secret"
}
}
}
}工具列表
| 分类 | 工具名称 | 说明 | |------|---------|------| | 查询命令 | searchUser | 按姓名搜索用�?| | | getUnionIdByUserId | userId转unionId | | 日程管理 | createEvent | 创建日程 | | | updateEvent | 修改日程 | | | deleteEvent | 删除日程 | | | getEvent | 查询日程详情 | | 参与者管�?| addAttendee | 添加参与�?| | | removeAttendee | 删除参与�?| | | getAttendees | 获取参与者列�?| | 日程视图 | getCalendarView | 按时间范围查询日�?|
许可�?
MIT License
