I tried using PHP with Oauth library
$base_feed =
"https://www.google.com/calendar/feeds/default/owncalendars/full";
$params = array('xoauth_requestor_id' => $email);
But I recevied a 302 moved header response... so I did another call
$base_feed =
"https://www.google.com/calendar/feeds/default/owncalendars/[email protected]&gsessionid=tokenStr";
$params = array('xoauth_requestor_id' => $email);
But then I received 400 Bad Requset.
Any thoughts?
--
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://code.google.com/apis/calendar/community/forum.html