Google Calendar Assistant

A personal assistant that can access and rearrange your Google Calendar events.

Features

  • View upcoming calendar events
  • Reschedule existing events
  • Add new events to your calendar
  • Natural language interface for calendar management

Project Structure

├── 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

Setup Instructions

  1. Create a Google Cloud project and enable the Google Calendar API
  2. Create OAuth credentials (Web application type)
  3. Add the redirect URI: https://[your-val-username].val.run/auth/callback
  4. Set the following environment variables in Val Town:
    • GOOGLE_CLIENT_ID: Your Google OAuth client ID
    • GOOGLE_CLIENT_SECRET: Your Google OAuth client secret

How to Use

  1. Visit the app URL
  2. Authenticate with your Google account
  3. Use the interface to manage your calendar