Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fetch event data from gCal API #696

Merged
merged 11 commits into from
Nov 11, 2022
5 changes: 4 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ GH_ACCESS_TOKEN="💖"
# The Analytics ID is provided when your app builds on Vercel.
# It is accessed at runtime via svelte.config.js preprocessing.
# If a value is not provided, analytics are ignored.
VERCEL_ANALYTICS_ID=""
VERCEL_ANALYTICS_ID=""

GCAL_API_KEY=""
GCAL_ID=""
Loading