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(
‘https://www.google.com/calendar/feeds/[email protected]/public/basic’,
4,
‘today’,
‘today + 1 year’,
”,
‘d\-m\-Y \:’,
true,
false
);