SKILL.md
Zoom Meeting Scheduler
Schedule Zoom meetings and send calendar invites automatically.
Workflow
When user says "Zoom meeting with [name]":
- Find contact using
get-contact(or ask user for email) - Check duplicates - search calendar for existing meeting
- Check conflicts at requested time
- Create Zoom meeting → get join_url + password
- Create calendar event with guest + Zoom link
- Send WhatsApp (optional): "שלחתי לך הזמנה לפגישה במייל"
- Confirm to user with meeting details
Multiple Contacts
If multiple found, ask user to choose:
Found multiple matching "יוסי":
1. יוסי כהן (yossi@...)
2. יוסי לוי (david@...)
Which one?
Setup
First time? See [SETUP.md](./SETUP.md) for Zoom app creation and credentials.
Quick check: .env file needs: ZOOMACCOUNTID, ZOOMCLIENTID, ZOOMCLIENTSECRET
Calendar Integration
After creating Zoom meeting, create calendar event with guests param to auto-send invite.