Enable link on item location with GoogleMap '' link_item_location: true ", some google calender events have google map link but some events have not google map link, in this case plugin give error, so i added this condition.... plugin working perfect
if (this.opts.link_itemlocation) {
/* this condition /
if (ent.location != undefined) {
}
//
} else {
/ this condition /
if (ent.location != undefined) {
}
/_ */
}
please added this condition in your plugin......thank you
Enable link on item location with GoogleMap '' link_item_location: true ", some google calender events have google map link but some events have not google map link, in this case plugin give error, so i added this condition.... plugin working perfect
if (this.opts.link_itemlocation) { /* this condition / if (ent.location != undefined) { } / / } else { / this condition / if (ent.location != undefined) { } /_ */ }
please added this condition in your plugin......thank you