An open API service indexing awesome lists of open source software.

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

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
```