8000 GitHub - Shanmus4/Calevent: A modern, privacy-first web app for extracting calendar events from text and generating Google, Outlook, and .ics links. Built with Next.js and custom CSS.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A modern, privacy-first web app for extracting calendar events from text and generating Google, Outlook, and .ics links. Built with Next.js and custom CSS.

Notifications You must be signed in to change notification settings

Shanmus4/Calevent

Repository files navigation

calevents

Project Status

calevents is complete and live.

  • All features are implemented and tested.
  • SEO, branding, timezone, and mobile handling are finalized.
  • No pending or upcoming tasks.
  • Ready for users and future enhancements as needed.

calevents makes it easy to turn any text, email, or message into ready-to-use Google, Outlook, or .ics calendar links. 100% free, private, and no login needed. Perfect for meetings, reminders, and events.

Recent Updates (2025-04-22)

  • Removed Tailwind CSS, PostCSS, and Autoprefixer (not used in this project).
  • node_modules cleaned and minimized for deployment.
  • Main frame and results section now feature smooth, modern animations.
  • Timezone and mobile event time handling fixed (now always uses user's actual timezone)
  • All ambiguous time logic handled by AI
  • Final deployment and polish

Features

  • Turn any text into calendar links for Google, Outlook, or .ics
  • Free, private, and no login needed
  • Supports meetings, reminders, and all event types
  • Fast, simple, and mobile-friendly
  • Drag-and-drop image upload with Gemini Vision OCR (image-to-text extraction)
  • Robust MIME type inference for uploads (PDF, DOCX, images, etc.)
  • ICS file download always triggers file save, not browser open
  • No user data stored, no analytics, all secrets in .env.local
  • Multi-event extraction from a single input
  • Multi-line, emoji-rich event descriptions (with extra spacing and all important details)
  • Handles ambiguous times, relative dates, and timezones (always uses user's browser timezone)
  • SEO best practices: meta tags, Open Graph, Twitter Card, canonical, sitemap.xml, robots.txt, JSON-LD structured data
  • Accessibility and mobile responsive UI
  • Figma-based pixel-perfect design
  • Full security/privacy audit (see below)

Security & Privacy

  • All environment variables and API keys are stored in .env.local (never committed)
  • No user data is ever stored or logged
  • All event extraction and image parsing is done in-memory and deleted after use
  • Calendar links and .ics files are generated client-side for privacy
  • No analytics or third-party tracking
  • No geolocation, camera, or microphone permissions are ever requested
  • Timezone is detected only via browser settings (Intl API); no location or device permissions needed
  • Safe for public repo: no secrets, no user data, no analytics, all dependencies up to date

Final Security & Privacy Audit (2025-04-23)

  • All secrets, API keys, and sensitive config are stored in .env.local (never committed)
  • .env.local is gitignored and never pushed to GitHub
  • No user data is ever stored, logged, or tracked
  • No analytics, geolocation, camera, or microphone permissions are ever requested
  • All event extraction and file parsing is in-memory and ephemeral
  • All calendar links and .ics files are generated client-side for privacy
  • All dependencies are up-to-date and reviewed for safety
  • Project is safe for public/open source repo

Project Completion

  • All planned features, privacy, and security requirements are complete
  • All UI/UX, API, and core functionality are implemented and tested
  • See PLANNING.md and TASK.md for full checklist
  • Project is ready for public use and open source distribution

SEO & Discoverability

  • robots.txt and sitemap.xml for search engine crawling
  • JSON-LD structured data for rich search results

Getting Started

1. Clone the Repository

git clone https://github.com/Shanmus4/Calevent.git
cd Calevent

2. Install Dependencies

npm install

3. Configure API Keys

Create a .env.local file in the root directory with the following environment variables:

GOOGLE_GEMINI_API_KEY=your_gemini_api_key_here
GEMINI_MODEL=gemini-2.0-flash   # or your preferred Gemini model
LOCAL_TIMEZONE=Asia/Kolkata     # or your local timezone

4. Run Locally

npm run dev

App will be available at http://localhost:3000

5. Deploy

  • Push your forked repo to GitHub
  • Deploy to Vercel or your preferred platform
  • Set the same environment variables in your deployment dashboard

Live: https://calevents.vercel.app

File Structure

  • /app — Next.js app directory (UI, API routes, favicon)
    • /api/parse/route.js — API endpoint for event extraction (integrates Gemini API)
    • /page.js — Main UI page
    • /globals.css — Custom CSS
    • /layout.js — Root layout and favicon
    • /favicon.svg — Calendar icon favicon (from Figma MCP server)
  • /public — Static assets (favicon, fonts)
  • /tests — Pytest unit tests for event extraction logic
  • README.md, PLANNING.md, TASK.md — Documentation

API Setup & Usage

  • This app uses the Google Gemini API for event extraction.
  • You must provide your own Gemini API key (see above).
  • No external server or backend is required—everything runs via Next.js API routes.
  • All calendar links (Google, Outlook, ICS) are generated client-side and never leave your browser.

UI & Design

  • UI is based on pixel-perfect Figma designs (integrated via Figma MCP server)
  • Minor code tweaks were made to achieve the desired output and match Figma reference
  • Error and empty state handling for user feedback
  • Calendar icon favicon for a professional look

Contributing & Feedback

If you have suggestions, bug reports, or want to contribute:

  • Open an issue or pull request on GitHub
  • Or reach out to Shanmu

License

MIT


Created and maintained by [Your Name].

About

A modern, privacy-first web app for extracting calendar events from text and generating Google, Outlook, and .ics links. Built with Next.js and custom CSS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0