Hello,
I am a php developer and i want to integrate google calendar in my new
site.
i have done all the necessary steps. I can see my calendar in my
website using following code
$gcal = Zend_Gdata_Calendar::AUTH_SERVICE_NAME;
$user = "[email protected]";
$pass = "password";
$client = Zend_Gdata_ClientLogin::getHttpClient($user, $pass,
$gcal);
$gcal = new Zend_Gdata_Calendar($client);
but as this method requires user password this method is not suitable
for my project. is their any other method to show calendar of various
persons only by using their gmail id. I heard that it can be done
using magic cookie but since i dont know what is magic cookie and
where to find it i cant move ahead.
Please guys help me out.!
Thank you,
Suyash.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Calendar Data API" group.
To post to this group, send email to
[email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-calendar-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---