I was trying out the getSelfLink()->getHref() . '/private/full'; code
above.
After comparing that uri to one that actually worked, there was one
difference, "/default" was in the one that didn't work.
Just use something like this:
$calendar_uri = str_replace("/default","",$calendar->getSelfLink()-
>getHref() . '/private/full');--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
