Notion ICS Calendar
Convert your Notion database dates into an ICS calendar feed
API Endpoint
GET /api/icsThis endpoint returns an ICS calendar file containing all events from your Notion database.
Required Environment Variables:
NOTION_API_KEY- Your Notion integration API keyNOTION_DATABASE_ID- The ID of your Notion database
Setup Instructions
- Create a Notion integration at notion.so/my-integrations
- Copy the API key and add it to your
.env.localfile - Create a Notion database with a โDateโ property (type: Date)
- Share the database with your integration
- Copy the database ID from the URL and add it to
.env.local - Access your calendar at
/api/ics