Hi I'm trying to develop a calendar page on my website which uses the xml feed from my calendars. I can now get the public calendars to work using the link from the calendar but when I try it with a private calendar I always get an error and it won't load (can't access url). If I copy and past the url into a browser the feed displays fine, if I use the exact string in my code it always comes up with an error.
My code is in php, very basic and simply uses new domDocument to open. The code works on all other feeds, just not the private url to the xml feed. SO i'm doing something wrong with the url string - it's definately the private xml url I'm using (with the additional security token) What am I missing with the URL? Thanks -- 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
