Hello Marcelo,
You will need to remove the query parameters from the base feed and
construct a new array containing the new gsessionid query parameter:
[CODE]
$base_feed = "
https://www.google.com/calendar/feeds/default/owncalendars/full<https://www.google.com/calendar/feeds/default/owncalendars/[email protected]&gsessionid=tokenStr>
";
$params = array('xoauth_requestor_id' => $email, "gsessionid" =>
"tokenStr");
[/CODE]
By the way, using xoauth_requestor_id to impersonate your user is the
correct way to do it :-).
I hope this helped!
Best,
Alain
--
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