You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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_item_location) {
/* this condition /
if (ent.location != undefined) {
}
//
} else {
/ this condition /
if (ent.location != undefined) {
}
/ */
}
please added this condition in your plugin......thank you
The text was updated successfully, but these errors were encountered:
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_item_location) {
/* this condition /
if (ent.location != undefined) {
}
/ /
} else {
/ this condition /
if (ent.location != undefined) {
}
/ */
}
please added this condition in your plugin......thank you
The text was updated successfully, but these errors were encountered: