https://github.com/rayhanadev/calendar-email-worker
Cloudflare Worker that parses any emails forwarded to it and adds it to my Google Calendar.
https://github.com/rayhanadev/calendar-email-worker
Last synced: 4 months ago
JSON representation
Cloudflare Worker that parses any emails forwarded to it and adds it to my Google Calendar.
- Host: GitHub
- URL: https://github.com/rayhanadev/calendar-email-worker
- Owner: rayhanadev
- Created: 2024-09-30T02:21:12.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-12-25T18:48:43.000Z (6 months ago)
- Last Synced: 2025-01-14T09:54:14.511Z (5 months ago)
- Language: TypeScript
- Size: 57.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CF Calendar Email Worker
This is a Cloudflare Worker that gets triggered when mail is sent to a specific email address. It parses the email
and feeds it into an Llama3.3 70B on Groq to parse the email and extract event details into JSON. The JSON is then
sent to my calendar using the Google Calendar API.