https://github.com/evmar/aical
text to Google Calendar
https://github.com/evmar/aical
Last synced: 5 months ago
JSON representation
text to Google Calendar
- Host: GitHub
- URL: https://github.com/evmar/aical
- Owner: evmar
- Created: 2024-07-16T22:19:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-29T19:43:38.000Z (almost 2 years ago)
- Last Synced: 2025-02-03T12:53:36.045Z (over 1 year ago)
- Language: Go
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
$ go run . < some_text
```
and this will parse the text and print "add to calendar" links for Google Calendar.
This used to be a feature of Google Calendar in the pre-AI era, and then they removed it,
and then somehow they never added it back despite Google being an "AI company" now or
whatever?
(This shells out to https://github.com/evmar/ai, my OpenAI wrapper.)