Synchronizable Calendar service architecture

38 Views Asked by At

Currently I'm working on creation of calendar service on java. DB schema and basic functionality is ready, and we moved to synchronization topic. The goal is to synch our calendar events to the external calendar (like Google Calendar, Apple Calendar, Open Exchange Calendar, Outlook calendar etc.)

After research I found some useful links that helped me to understand this topic a bit better.

google calendar doesn't support CalDev synch

Almost same topic

One more topic that has no proper answer

Now I don't understand why such big company as google didn't implement CalDev client. Looks like there is smth critical with it.

The main question is: what the architecture of the system should be, so it can be integrated with most usable calendars (all mentioned before) (both read these calendars and provide them information so I can see all internal events in external calendar)

For now I'm reading all information about this topic, but can't find any structured knowledges

UPD 21.07.2023: Found useful link where user explained how to implement synch logic without calDev stuff. He took integration with Google Calendar as a base

0

There are 0 best solutions below