A personal assistant that can access and rearrange your Google Calendar events.
├── backend/
│ ├── index.ts # Main HTTP handler
│ ├── calendar.ts # Google Calendar operations
│ └── auth.ts # OAuth handling
├── frontend/
│ ├── index.html # UI
│ └── app.js # Frontend logic
└── shared/
└── types.ts # Shared types
https://[your-val-username].val.run/auth/callback
GOOGLE_CLIENT_ID
: Your Google OAuth client IDGOOGLE_CLIENT_SECRET
: Your Google OAuth client secret