Commit Graph

20 Commits

Author SHA1 Message Date
00b6225a1c Syncing improvement 2024-10-19 19:55:46 +02:00
043b80baa9 Calendar settings page changes 2024-10-19 18:54:01 +02:00
43d0d67044 new fonts, ui tweaks 2024-10-15 23:07:21 +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
e1c03c840d add braindump 2024-10-11 02:00:11 +02:00
ca0b55c494 Colors, fix family view, updated version 2024-10-10 02:00:14 +02:00
10565ceb39 Merge branch 'dp/calendar-sync' into dev
# Conflicts:
#	components/pages/settings/CalendarSettingsPage.tsx
#	yarn.lock
2024-10-06 00:07:24 +02:00
fe6e0365a4 changes to calendar and UI 2024-10-05 23:41:44 +02:00
aed2333404 Microsoft sync added 2024-10-05 22:22:29 +02:00
2234fac075 - Fixed wrong method being called when fetching microsoft events 2024-10-05 22:11:22 +02:00
d1d3fd0ca1 - Introduced attribute id in the eventData type
- INtroduced new method to save the event data from the google and microsoft providers only if there isn't already an event with the same id
2024-10-05 21:59:59 +02:00
6ad587ef31 - Fixed an issue with the required date format for the start and end date when fetching the google events 2024-10-05 21:41:40 +02:00
d9853481de - Fixed label 2024-10-05 21:08:41 +02:00
977bf45fb2 - Additional comment 2024-10-05 16:20:15 +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
7eb040a8a9 - Implemented google sign in and saved the id token in db for the current user
- Used the id token for the current user for fetching the google calendar events
2024-10-05 15:53:20 +02:00
8161accdb6 - Introduced a button for syncing Microsoft calendar
- Implemented saving of the microsoft event data in db
2024-10-05 00:32:57 +02:00
59efcc16c5 - Implementation of a google authentication with a react-native library 2024-10-04 01:37:36 +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
39ef35022c added settings pages 2024-09-19 21:38:37 +02:00