Hi Thank you both for your answers.
Here is the code (well top bit anyway). I removed the key from the code for now: $feed = "https://www.google.com/calendar/feeds/ [email protected]/private/basic"; $s = simplexml_load_file($feed); As you say it must be the authentication - how do you do that with Php? Thanks Ray On Nov 1, 8:15 pm, pierre <[email protected]> wrote: > Hi, > > You should include here your source code, as the issue may be some mistake > in it. > > Also, the url may work fine in the browser, but cannot load within the PHP > server, because you have previously authenticated your session in the > browser ; you may have to authenticate correctly your php calls to Google > API so that the URL could open. Again, with no source code provided, I can > only guess this is a mistake you may have done. -- 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
