califAI

CalifAI — Screen to Google Calendar

🌐 Homepage · 📋 Privacy Policy · 🐛 Issues


CalifAI is a Chrome extension that uses AI to extract calendar event information from any webpage and adds it directly to your Google Calendar. Select any event text on screen, let AI read it, review the details, and add it to your calendar in seconds.

How It Works

  1. Click the CalifAI icon in your Chrome toolbar
  2. Drag to select the area of the page containing the event
  3. AI extracts the title, date, time, location, and description
  4. Review and edit the details if needed
  5. Click Add — it’s in your Google Calendar

Features

Installation

From the Chrome Web Store

Coming soon.

From Source

  1. Clone the repository:
    git clone https://github.com/adrhito/califAI.git
    cd califAI
    
  2. Install dependencies:
    npm install
    
  3. Build the extension:
    npm run build
    
  4. Load in Chrome:
    • Open chrome://extensions/
    • Enable Developer mode
    • Click Load unpacked
    • Select the .output/chrome-mv3 directory

Setup

  1. Get a free Gemini API key at aistudio.google.com
  2. Click the CalifAI icon and enter your key on the setup screen
  3. Authorize Google Calendar access when prompted

Tech Stack

Scripts

npm run dev      # Development server with HMR
npm run build    # Production build
npm run zip      # Create distributable ZIP
npm run compile  # Type-check without building

Privacy

The selected screenshot is sent to your chosen AI provider (Gemini or OpenAI) for event extraction only. Your Google Calendar access is handled directly through Google’s OAuth flow. No data passes through any CalifAI server — there isn’t one.

See the full Privacy Policy.

Support

For bugs or feature requests, open an issue or email ahito246@gmail.com.