Backend API for Promptly, an agentic AI-powered React Native productivity app.
Provides Google Calendar integration for Promptly's intelligent scheduling system. Handles calendar event operations including creating, moving, deleting, and finding events across multiple calendars.
- FastAPI - Python web framework
- Google Calendar API v3 - Calendar event management
- OAuth2 - Authentication with mobile access tokens
- Railway - Deployment platform
POST /event/create- Create new eventsPOST /event/move- Move existing eventsPOST /event/delete- Delete eventsPOST /events/find- Find events by datePOST /calendar/create- Create new calendars
This API powers Promptly's autonomous AI scheduling agents, enabling intelligent calendar management and conflict resolution for the mobile app.