https://github.com/hiroxto/notion-payment-db-ical
Notionの還元系カレンダーをiCalとして配信する
https://github.com/hiroxto/notion-payment-db-ical
Last synced: 5 months ago
JSON representation
Notionの還元系カレンダーをiCalとして配信する
- Host: GitHub
- URL: https://github.com/hiroxto/notion-payment-db-ical
- Owner: hiroxto
- License: mit
- Created: 2026-01-24T12:49:35.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-01-24T16:25:03.000Z (5 months ago)
- Last Synced: 2026-01-25T05:51:34.487Z (5 months ago)
- Language: TypeScript
- Size: 116 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# notion-payment-db-ical
Notion の還元系カレンダー DB を iCal にして Google カレンダーなどで見られるようにする Cloudflare Workers。
## セットアップ
.dev.vars.example を .dev.vars としてコピーしてキーを設定する。
```txt
cp .dev.vars.example .dev.vars
npm install
npm run dev
```
## worker-configuration.d.ts の生成
```txt
npm run cf-typegen
```
## License
MIT License