Hi,
I'm use webschedule to display recurring event. but i want to only display one event per day base on the type of the reccurence.
There is a way or a method which permits to do that.?
Nobody can help me? i explain my problem again :
I got many reccuring appointement with priority order.
the priority order is this : weekly recurrence < monthly recurrence <yearly recurrence
That means if a weekly recurring appointment overlap with a monthly recurring appointment on a day, the monthly appointment will be display and the weekly appointment will be hide.
if a weekly recurring appointment overlap with a yearly recurring appointment on a day, the yearly appointment will be display and the weekly appointment will be hide.
if a monthly recurring appointment overlap with a yearly recurring appointment on a day, the yearly appointment will be display and the monthly recurrence will be hide.
There should be only one appointment per day.
So my question: there is a way to get all occurences of an appointment and compare each of them to occurence of other appointments to see if there is a overlapping, and in this case, display one and hide others?