You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: only use what is relevant from the payload to create the schedule info
You can call this function convertGoogleCalToSchedule or whatever you want. This will take place in data.ts. Implement however you like. Please pull from the main branch.
The text was updated successfully, but these errors were encountered:
As a visitor, I want to see the LIVE schedule pulled directly from the API instead of a hardcoded version so that I'm up to date.
Important Information
The goal is converting data from one form to another.
The API endpoint: https://github.com/HackRU/lcs/wiki/LCS-API-Endpoints#dayof-events
THE GOAL
Create a function that converts the following content:
to this:
The
Events
content looks like this: https://developers.google.com/calendar/api/v3/reference/events#resourceNote: only use what is relevant from the payload to create the schedule info
You can call this function
convertGoogleCalToSchedule
or whatever you want. This will take place indata.ts
. Implement however you like. Please pull from the main branch.The text was updated successfully, but these errors were encountered: