Loading...
Loading...
Automated scheduling for meetings and appointments.
npx skill4agent add andrejones92/canifi-life-os calendlycurl -sSL https://canifi.com/skills/calendly/install.sh | bashcp -r skills/calendly ~/.canifi/skills/# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set CALENDLY_ACCESS_TOKEN "your_token"canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"User: "What meetings do I have this week?"
Assistant: Returns scheduled eventsUser: "Get my Calendly link"
Assistant: Returns scheduling URLUser: "Cancel my 3pm tomorrow"
Assistant: Cancels the eventUser: "Create a 30-minute meeting type"
Assistant: Sets up new event type| Error | Cause | Solution |
|---|---|---|
| Auth Failed | Invalid token | Re-authorize |
| Not Found | Event deleted | Verify ID |
| Conflict | Time unavailable | Choose different slot |
| Rate Limited | Too many requests | Slow down |