Hi,

I recently installed Drupal (awesome work btw), and found the Agenda module to match exactly what I want.

Then I created a new Google Calendar Account, of which the ID looks a bit simpler than the ones I read about so far. It is simply the email address I used to setup the google account.

Then I set it up in the Agenda module, debug test it, which results in this :

warning: simplexml_load_file() [function.simplexml-load-file]: URL file-access is disabled in the server configuration in /home/httpd/vhosts/lusovox.com/httpdocs/modules/agenda/agenda.module on line 330.
warning: simplexml_load_file(http://www.google.com/calendar/feeds/estrella%40lusovox.com/public/basic...) [function.simplexml-load-file]: failed to open stream: no suitable wrapper could be found in /home/httpd/vhosts/lusovox.com/httpdocs/modules/agenda/agenda.module on line 330.
warning: simplexml_load_file() [function.simplexml-load-file]: I/O warning : failed to load external entity "http://www.google.com/calendar/feeds/estrella%40lusovox.com/public/basic..." in /home/httpd/vhosts/lusovox.com/httpdocs/modules/agenda/agenda.module on line 330.

Fetching feed from http://www.google.com/calendar/feeds/estrella%40lusovox.com/public/basic...
Warning: Failed to load XML

When I test the link, it works fine in the browser.

What am I doing wrong ?

THanks in advance.