33 lines
525 B
Markdown
33 lines
525 B
Markdown
|
|
---
|
||
|
|
name: calendar
|
||
|
|
description: "日历管理和调度。"
|
||
|
|
metadata: {"clawdbot":{"emoji":"📅","requires":{"bins":["curl","jq"]}}}
|
||
|
|
---
|
||
|
|
|
||
|
|
# Calendar 📅
|
||
|
|
|
||
|
|
Calendar and scheduling management.
|
||
|
|
|
||
|
|
## Features
|
||
|
|
|
||
|
|
- Create events
|
||
|
|
- Schedule meetings
|
||
|
|
- Set reminders
|
||
|
|
- View availability
|
||
|
|
- Recurring events
|
||
|
|
- Calendar sync
|
||
|
|
|
||
|
|
## Supported Providers
|
||
|
|
|
||
|
|
- Google Calendar
|
||
|
|
- Apple Calendar
|
||
|
|
- Outlook Calendar
|
||
|
|
|
||
|
|
## Usage Examples
|
||
|
|
|
||
|
|
```
|
||
|
|
"Schedule meeting tomorrow at 2pm"
|
||
|
|
"Show my calendar for this week"
|
||
|
|
"Find free time for a 1-hour meeting"
|
||
|
|
```
|