spark-recipe-invitation-manager
Installation
SKILL.md
Recipe: Invitation Manager
Process pending calendar invitations by checking availability for each and presenting a decision list with recommendations.
Prerequisite: Read the use-spark base skill for command reference and filter syntax.
Access level required: read-only.
Steps
Step 1: List pending invitations
spark emails Inbox --filter "category:invitation"
Collect all pending invitations. Note the senders, subjects, and IDs.
Step 2: Read each invitation
Related skills