Calendar scheduler
Logic for calculating meeting slots based on constraints and availability.From its SKILL.md
npx -y skills add cxcscmu/SkillLearnBench --skill calendar-schedulerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
0.5 KB, 89 tokens by cl100k_base, as published. Nobody here has run it
Calendar Scheduler Skill
Use this skill for calculating available time slots while considering constraints and blocking out busy periods.
Usage
- Parse existing events from a schedule.
- Filter for specific colors (e.g., blue as flexible).
- Identify gaps >= requested duration.
- Format dates as
Day_name, Month DD, YYYYand times asHH:MM AM/PM - HH:MM AM/PM.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.