Skip to content

Commit

Permalink
Fetch event data from gCal API (#696)
Browse files Browse the repository at this point in the history
* start on events stuff

* remove ical, implement gcal into events

* Update so we don't get 404

* move helpers to event, move stuff to env, general cleanup

* Add back help func testing 🔄

* move data to JSON, change slug to id 🐌

* lol I change back

* replace googleapis with calendar api, ethan suggestions 😎

* update recurring logic

* js moment 🤡
  • Loading branch information
charliettaylor committed Nov 11, 2022
1 parent 58a5eed commit a305bb8
Show file tree
Hide file tree
Showing 13 changed files with 1,083 additions and 1,997 deletions.
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

1 comment on commit a305bb8

@vercel
Copy link

@vercel vercel bot commented on a305bb8 Nov 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.