Hello,
I have this json data (Recurring event, three days):
{“end_date”:“2016-01-27 00:00:00”,
“event_pid”:0,
“event_length”:7200,
“rec_type”:“day_1___”,
“id”:282835,“text”:
“Event/Meeting - Attending”,
“start_date”:“2016-01-25 10:00:00”}
but in the scheduler (see attachment) I see only two days (not the last day, the 27/01).
What do I have to check or change in my settings?
Thanks in advance
Cheers
Matteo
Hello,
This is an expected behavior.
The end date of your event is specified as “2016-01-27 00:00:00”. The occurrence of that day would be placed at “2016-01-27 10:00:00” - which is after the end date, thus it’s not displayed.
The end date should be set either to the end of the day, where the last event should occur or to the start of the day after that.
Ok, I’ve changed it and now it works.
But I’ve put that end_date according to the documentation:
" end_date - the end date of the last event in a series in the format ‘yyyy-mm-dd 00:00:00’ "
Cheers
Matteo