Hi,
I have successfully gotten my calendar events to display on the home page with this code in my HomePage controller:
public function UpcomingEvents() {
return DataObject::get_one("Calendar")->upcomingEvents();
}
The problem is ICS events scheduled for TODAY won't show up, even though they display as expected on the calendar page. All the other events work fine too.
Any help would be appreciated. Thanks!