Analysis updated 2026-05-18
Send real meeting invites from a Purelymail address that render correctly in Apple Mail, Gmail, and Outlook.
Automatically track who accepted or declined a calendar invite without checking email manually.
Manage a personal or small-team calendar with month, week, and day views tied directly to Purelymail.
| bhartiyashesh/purelymailcalendar | equality-machine/claude-p | gnipbao/codex-whiteboard-video-skill | |
|---|---|---|---|
| Stars | 55 | 55 | 55 |
| Language | Python | Python | Python |
| Setup difficulty | moderate | easy | hard |
| Complexity | 4/5 | 3/5 | 3/5 |
| Audience | general | developer | vibe coder |
Figures from each repo's GitHub metadata at analysis time.
Requires a Purelymail account, an email delivery key such as Resend, and a Fernet encryption key.
Purelymail Calendar is an unofficial web app that adds real meeting invites and RSVP tracking to Purelymail email accounts. Purelymail itself lets you store calendar events over CalDAV, but it does not offer a way to send proper meeting invitations or track whether people accepted them. This project fills that gap by sitting on top of your existing Purelymail mailbox. You sign in with a magic link sent to your email, connect your Purelymail account once, and the app gives you month, week, and day calendar views where you can click to create events and drag to move them. When you invite someone, it sends a real invite through email using the standard format that Apple Mail, Gmail, and Outlook can all read correctly. It also watches your inbox for replies from attendees and automatically updates each event to show who accepted, declined, or has not responded yet. Your calendar data lives inside your own Purelymail mailbox rather than in a separate database, and mailbox passwords are encrypted before being stored. The project is built with a Python backend called FastAPI, a React and TypeScript frontend, and a Postgres database for production use, with SQLite available for local development. For people who prefer scripting instead of a browser, there is also a command line tool that can create events and check RSVP replies directly, using the same underlying connection to Purelymail. The app is deployed on Railway with an automated build and deploy pipeline, and the maintainer includes several ways to verify that the code running in production matches what is published on GitHub, including a public version endpoint and public build logs. This is a personal, independent project made by one developer and is not affiliated with or endorsed by Purelymail.
Purelymail Calendar is an unofficial web app that adds real meeting invites and automatic RSVP tracking on top of a Purelymail email account.
Mainly Python. The stack also includes Python, FastAPI, React.
No license information is provided in the README, so usage rights are unclear.
Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.