https://github.com/gldraphael/status
https://github.com/gldraphael/status
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gldraphael/status
- Owner: gldraphael
- Created: 2026-04-09T00:35:10.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-04-09T22:47:12.000Z (4 months ago)
- Last Synced: 2026-04-09T23:23:35.831Z (4 months ago)
- Language: Go
- Size: 31.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# status
Personal app to sync my calendar status with GitHub. Just because.
## Quickstart
```bash
export CALENDAR_URL="https://calendar.google.com/calendar/ical/...%40group.calendar.google.com/public/basic.ics"
export GITHUB_TOKEN="ghp_..."
podman compose up
```