I'm trying to use ssi_todaysCalendar() and ssi_todaysEvents() to pull a listing of my site's upcoming events.
In my Calendar settings, I have the setting enabled to show linked events in a Topic.
If I include an ssi box, and select "Today's Calendar" as the content to show, then I click on an event's name, the list of linked events shows up correctly.
However, if I call the ssi_todaysCalendar() and ssi_todaysEvents() functions directly and then click on an event's name, the list of linked events is garbaged and defaults to the list of events pulled out through ssi_todaysCalendar() and ssi_todaysEvents().
Has anyone else spotted this??