I have gcalendar installed and am using it as a plugin (not widget). I am displaying the calendar events in the sidebar but new events are not automatically displayed. If I re-ftp sidebar.php to the site, then they are displayed. Can anyone help?
The code I have is:
widget_do_gcalendar(
‘http://www.google.com/calendar/feeds/0794f4vt5imavl7afajnblufsk@group.calendar.google.com/public/basic’,
4,
‘today’,
‘today + 1 year’,
”,
‘d\-m\-Y \:’,
true,
false
);