Load / Sync with Google Recurring Events into Calendar

Hello, I am working on the calendar sync with Google where I want to fetch all google calendar events into dhx calendar and when I modify the dhx calendar event then it should sync with Google calendar.

For that I am using Google calendar API php version to load events, but what I see is, there is different rule for saving the recurring event rules in dhx and Google calendar.

  1. What is the best way for me to sync between Google recurring event and dhx calendar recurring event ?

  2. Is there any plugin to directly sync the calendar with google account (once we authenticate user to manage google calendar) ?

If you want any further clarification then I can provide it.

Thanks

Hi,

Unfortunately there is no sync of recurring events between Google Calendar and DHTMLX Scheduler in our samples, so we don’t have a ready solution.

Possibly you can check how recurring events are set in Google calendar and convert the format of scheduler’s rec events to the Google calendar format and back, but we have nothing ready for this (like plugin, etc).