Lecsek
#1
Hi everybody and bigup for this such a nice job!
I’ve quiet finished to custom scheduler, I found all responses in this forum but I’m brutally stopped with a reccuring problem…
When I create a new event recurring…
everything ok…
and the DB is looking fine…
But after simple refreshing, each event seems to be “no end”:
In fact in this case, the 3 lines stop at 2016-1-3…
Could you help me?
Thank’
Please be sure that you are loading all related fields from DB.
If you are using connector, it must be like next
$scheduler->render_table("events_rec","event_id",
"start_date,end_date,text,rec_type,event_pid,event_length");
f rec_type or event_length were missed, the output may break similar to your case.
Lecsek
#3
Thank you Stanislav,
That’s exactly what i need.
Resolved.