I am having a problem getting the scheduler to display recurring events. When going to the date the recurring event first starts the browser locks up for a minute or so (javascript) then when it finally finishes loading no events are displayed. I was trying to copy the example record in your documentation.
The connector
$scheduler->render_table(“Calendar_rec”,“Id”,“StartTime,EndTime,Subject,rec_type,event_pid,event_length”);
This generates the following XML which is just a single record
Hello,
there is an error in that example, sorry for the inconvenience. Instead of “day____” there must be “day_1___”, hash at the end is optional.
We’ll fix it the nearest time.