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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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