https://github.com/serverwentdown/notion-ical
Convert a Notion database to iCal events
https://github.com/serverwentdown/notion-ical
Last synced: about 2 months ago
JSON representation
Convert a Notion database to iCal events
- Host: GitHub
- URL: https://github.com/serverwentdown/notion-ical
- Owner: serverwentdown
- Created: 2023-03-19T06:16:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-19T06:24:42.000Z (about 2 years ago)
- Last Synced: 2025-02-05T09:53:44.489Z (4 months ago)
- Language: Go
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# notion-ical
Convert a Notion database to iCal events.
Supports Notion API access and Notion exports.
## Usage
For now, building from source is required.
```sh
go install github.com/serverwentdown/notion-ical/cmd/notion-ical@latest
notion-ical --help
```Example:
```sh
notion-ical \
--api-key secret_... \
--database-id xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx \
save --output Calendar_Name.ical
```