EventInk

Photo-to-calendar via AI (Android, Outlook + Google Cal)

What it is build

EventInk is an Android app that converts photos and screenshots into calendar events using AI. Take a picture of a flyer, a screenshot of a text-message confirmation, a snapshot of a printed schedule — EventInk parses it, asks for any missing fields, and saves it to Microsoft Outlook or Google Calendar. Live tagline: "Photo to Calendar in Seconds."

Marketing at eventink.app.

Renamed from SnapCal. The old SnapCal name has been fully retired. The local folder was archived 2026-04-26; the canonical source is now teaganwins-dev/EventInk on GitHub. If you need a local checkout, fresh-clone from GitHub rather than reactivating the archived folder.

Hosting + stack

PlatformAndroid (Expo + React Native, ships as APK)
Marketingeventink.app apex
Repoteaganwins-dev/EventInk
Local sourceNot present locally; fresh-clone when needed (per the 2026-04-26 archive decision)
DistributionSame APK-distribution pattern as RightBower / NWZ Companion: dl.teaganwins.net/<token>/
NWZ product slugeventink

Topology

flowchart LR USR((User)) -->|snap photo / screenshot| APP[EventInk Android app] APP -->|image → text/event fields| AI[Anthropic Vision API] AI -->|parsed fields| APP APP -->|user confirms| OAuth[OAuth provider
Microsoft / Google] OAuth --> CAL[Outlook / Google Cal
event created]

Calendar integrations

AI parsing pipeline

Roadmap

Related