am trying to sync. events from my website to google *calendar* after
user give me a permission to write on calendar .
am using PHP , google calendar API not zend framword
am trying to sync. events from my website to google *calendar* after
user give me a permission to write on calendar .
am using PHP , google calendar API not zend framword
The way the documentation describes creating events worked nicely for me.
According to the documentation:
Assuming you already know how to retrieve an access token, a more complete implementation could be the following:
The reference seems out of date - the class names are incomplete (creating google calendar event)
Here's the updated snippet:
Have you tried to read the reference?
Using quickAdd (which creates an event based on a simple string)
https://developers.google.com/google-apps/calendar/v3/reference/events/quickAdd
Or using insert
https://developers.google.com/google-apps/calendar/v3/reference/events/insert