Hi,
I’m trying to import my ical google calendar into the scheduler.
The date/Time are send like this in my .ics file:
DTSTART:20160905T083000Z
DTEND:20160905T153000Z
And with the timezone, it transform to 10:30 / 17:30 which is good.
But the strange part is for the full days:
Google send full days like this:
DTSTART;VALUE=DATE:20160909
DTEND;VALUE=DATE:20160910
It doesn’t set the time (09/09/2016 00:00 / 10/09/2016 00:00)
Dhtmlx generate the date in this format (09/09/2016 00:00 GMT+2) but display it starting and ending at 2am.
I tried to change the server_utc value but it change the time for start and end to 4am…
I don’t understand why the scheduler apply the Timezone (+2 hours) on an event with date and no time…
Are they any workaround? Or am I missing something??
Thx