Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
If you tried to use this and it didn't work in Chrome but worked in Firefox I have a fix for you.
Update this section of the csCalendar/csCalendar.js file. It starts on line 342.
You need to add dataType: 'json' and you need to remove the parseJSON function call.
$(this).fullCalendar('addEventSource', function (start, end, callback) { var googleEvents = new Array(); if (options.googleEvents != '') { $.ajax({ url: options.googleEvents, dataType: 'json', data: { alt: "jsonc", 'start-min': $.fullCalendar.formatDate(start, 'u'), 'start-max': $.fullCalendar.formatDate(end, 'u'), singleevents: true, 'max-results': 9999, cache: new Date().getTime() }, success: function (data) { $(data.data.items).each(function (index, elem) {
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Another bug fixed...
If you tried to use this and it didn't work in Chrome but worked in Firefox I have a fix for you.
Update this section of the csCalendar/csCalendar.js file. It starts on line 342.
You need to add dataType: 'json' and you need to remove the parseJSON function call.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.