I am creating a php site that uses the google calendar API. It works great with Create, Update, and Delete: any event from the PHP website goes to my events in Google Calendar after logging in.
Events created on my site are created on Google Calendar.
Now I want: when I create an event from my test page, it goes to Google Calendar after logging in, and then, if I update or delete this event from Google Calendar, it should automatically update or delete the php website event.
Basically: one-way synchronization works fine, but now I want two-way synchronization.
If anyone has any ideas, then kindly share with me, it will be very grateful.
user563860
source share