spark-recipe-calendar-audit
Installation
SKILL.md
Recipe: Calendar Audit
Analyze meeting load over a week or custom time range. Count meetings, estimate total hours, identify the busiest days, flag back-to-back chains, and surface free blocks.
Prerequisite: Read the use-spark base skill for command reference and filter syntax.
Access level required: read-only.
Steps
Step 1: Pull events for the period
For the current week:
spark events --week
For a custom range:
Related skills