Apple Calendar
Manages Apple Calendar events.
Requirements
Manages Apple Calendar events. Supports full CRUD operations on calendar events. Essential for automation workflows involving calendar scheduling.
Includes:
- GET /apple/calendars
- GET /apple/calendars/{calendarId}
- GET /apple/calendars/{calendarId}/events
- GET /apple/events/{eventId}
- PUT /apple/events/{eventId}
- DELETE /apple/events/{eventId}
- POST /apple/events.