Commit Graph

9 Commits

Author SHA1 Message Date
8edb8f47f2 Small fixes, calendar token refresh for google 2024-10-31 19:57:06 +01:00
80cc184498 - Removed console.log
- Fixed an issue with title undefined when syncing events
2024-10-20 18:32:16 +02:00
3653400a92 Apple calendar sync, timezone, first day of week additions 2024-10-19 22:56:55 +02:00
00b6225a1c Syncing improvement 2024-10-19 19:55:46 +02:00
7d9d41acfc - Added proper oauth2 authentication with google and saving of the access token to the profile 2024-10-11 10:28:49 +02:00
b5a8712af8 - Prepared methods for microsoft authorization and added a button to handle microsoft auth
- Saved the microsoft token to the profile of the current user
2024-10-05 16:17:55 +02:00
fc0ea611af - Fixed wrong date format when saving the google events 2024-10-04 01:28:56 +02:00
ba74025589 - Introduced a button for syncing Google calendar
- Implemented saving of the google event data in db
- Added start date to the google calendar fetch api endpoint
2024-10-04 01:04:11 +02:00
68e1e840a0 - Introduced a google-calendar-utils.js and function to fetch Google calendar events for the provided token
- Handled the response from the google calendar api to work with the eventData model for firebase
2024-10-03 23:37:25 +02:00