Hello,
I am trying to implement the calendar list function but I get duplicate records if an event lasts for more than one day. Do you know how to have only unique items show in the list?
The list shows like this.
Friday, 13 April
Event 1
13:00:00 - 13:00:00
Saturday, 14 April
Event 2
13:30:00 - 13:30:00
Sunday, 15 April
Event 2
13:30:00 - 13:30:00
Notice that Event 2 is the same event with a duration of two day.
Thanks.
Victor
" expandalldays="False">
<%#container.dayname%>, <%#container.dayofmonth%> <%#container.monthname%>
%#container.monthname%>%#container.dayofmonth%>%#container.dayname%>
<%#container.starttime%> - <%#container.stoptime%>%#container.stoptime%>%#container.starttime%>