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
As a user, I would like to export my schedule into a personal Google Calendar, with classes as repeating calendar events for the length of the class.
#170
Open
normanchung opened this issue
Feb 20, 2020
· 0 comments
· May be fixed by #297
Since the Google calendar idea isn't a part of any code, in order to implement it we would have to add new files and code to the project. We need to determine how to export the calendar, and then how to import it to Google calendar, whether directly uploading it to Google calendar, or creating a file, then uploading that to Google calendar.
Ideas:
First, we have to figure out how Google calendar allows us to import a calendar, and if it allows us to, what format it should be in. This will give us a guideline on how to export it from our website, which we also have to figure out how to do. We also need to figure out how to get the start and end dates, so we can accurately put it on the calendar, since they aren't presented on the main list of classes.
We can either download the calendar as a CSV file and then manually import it, or figure out a way to make one click on the website and it will automatically do it for you, or use Google Calendar API???
Acceptance criteria:
Be able to log into our google accounts
Successfully export the schedule from the website
Once exported to Google calendar, have the right start and end dates, the right location (if possible), and have the right times
The text was updated successfully, but these errors were encountered:
Since the Google calendar idea isn't a part of any code, in order to implement it we would have to add new files and code to the project. We need to determine how to export the calendar, and then how to import it to Google calendar, whether directly uploading it to Google calendar, or creating a file, then uploading that to Google calendar.
Ideas:
First, we have to figure out how Google calendar allows us to import a calendar, and if it allows us to, what format it should be in. This will give us a guideline on how to export it from our website, which we also have to figure out how to do. We also need to figure out how to get the start and end dates, so we can accurately put it on the calendar, since they aren't presented on the main list of classes.
Acceptance criteria:
The text was updated successfully, but these errors were encountered: