Hi,
this property doesn’t parsed by default. But you can do it manually with “onEventLoading” event scheduler.attachEvent("onEventLoading", function(ev){
if(ev.geo){
var coord = ev.geo.split(";")
ev.lat = coord[0];
ev.lng = coord[1];
}
return true;
});
However, current version of ical parser contains bug and ev.geo contains only latitude component.
You may try developer version of dhtmlxscheduler.js where bug seems to be fixed, see the attachment dhtmlxscheduler.zip (42.1 KB)
Get a guaranteed answer from DHTMLX technical support team
under the most suitable support plan