https://github.com/nathom/suntimes_ics
Generate an ICS calendar with Sunrise and Sunset times
https://github.com/nathom/suntimes_ics
Last synced: about 1 month ago
JSON representation
Generate an ICS calendar with Sunrise and Sunset times
- Host: GitHub
- URL: https://github.com/nathom/suntimes_ics
- Owner: nathom
- License: mit
- Created: 2023-04-30T20:58:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-01T10:52:03.000Z (about 2 years ago)
- Last Synced: 2025-02-13T04:43:54.214Z (3 months ago)
- Language: Go
- Size: 388 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# suntimes\_ics

Generate an ICS calendar with Sunrise and Sunset times. WIP, but
functional.## Usage
It doesn't support command line args yet (lol), so you have to change
the values of the constants at the top of `main.go`, and run using``` bash
go run main.go
```This will output an ICS file in the `output` directory, which you can
open in a Calendar app.## To-do's
- Allow command line options