I think I may have found a bug. Date/times in ical formatted data do not get converted to local timezone using
scheduler.config.server_utc = true;
Data in xml format converts as expected. Is this a bug or something I may be overlooking?
I think I may have found a bug. Date/times in ical formatted data do not get converted to local timezone using
scheduler.config.server_utc = true;
Data in xml format converts as expected. Is this a bug or something I may be overlooking?
Problem was confirmed and fixed.
Try to use the attached js file instead of the original one.
codebase_ical.zip (50.3 KB)
Thanks! The patch works.