mirror of
https://github.com/LeoYeAI/openclaw-master-skills.git
synced 2026-07-27 22:15:43 +00:00
- Added 175 new high-quality skills across all categories - 14 distinct categories: AI, Search, Productivity, Dev, Marketing, Media, Finance, Communication, Smart Home, Memory, Security, Data, Social, Other - Updated all language READMEs and SKILL.md - Weekly update by MyClaw.ai
33 lines
602 B
Markdown
33 lines
602 B
Markdown
---
|
|
name: calendar
|
|
description: Calendar management and scheduling. Create events, manage meetings, and sync across calendar providers.
|
|
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"
|
|
```
|