api - How to create event in google calender using php -
i have try create event in google calnder using php.but not reflected in google.
i follow code
http://docs.dhtmlx.com/scheduler/how_to_start.html
in data.php file have code
include('../src/google_proxy.php'); $calendar = new googlecalendarproxy( "878294925469@developer.gserviceaccount.com", // email google api console "878294925469.apps.googleusercontent.com", // user id google api console file_get_contents("./aizasybvnvhdrzj33lckigsurwmeed1liasgj7a"), // private key "35hnoajpn21hmjtk27s7rnc77g@group.calendar.google.com" // calendar id );
i have api console account ,in account have client id , client secret .
i dont know how these2 values "878294925469@developer.gserviceaccount.com"
"878294925469.apps.googleusercontent.com.
how post , event.
can 1 suggest better code google calender
you can download google calender code link
http://www.dhtmlx.com/blog/dhtmlxscheduler-synchronization-with-google-calendar/
Comments
Post a Comment