API Reference
Build custom workflows with the AuraCal API.
Resources
- Authentication
- Events
- Tasks
- Notes
- Users
Authentication
api.auth.desc
curl https://api.auracal.com/v1/me \
-H "Authorization: Bearer YOUR_TOKEN"
-H "Authorization: Bearer YOUR_TOKEN"
api.getEvents.title
api.getEvents.desc
GET /v1/events
Sync Behavior
api.sync.desc
api.sync.behavior
- Changes are stored in SQLite (Mobile) or IndexedDB (Web).
- Sync engine processes queue in FIFO order.
- Temporary IDs are automatically swapped for server IDs.