philippfrenzel / yii2fullcalendar

JQuery Fullcalendar Yii2 Extension
GNU General Public License v2.0
133 stars 97 forks source link

Google calendar as one of the eventSources breaks rendering... #125

Open cla-dev opened 6 years ago

cla-dev commented 6 years ago

When using eventSources to add multiple sources to the calendar, and having a google calendar as one of the sources, the events vanish from the calendar and Loading is displayed when moving forward or back.

this only occurs with a google calendar as a source. Pagination works as expected with other sources.

mcki0127 commented 6 years ago

Have you found a solution to this? By the way, I followed your code to get it up and running in the first place, so thanks for posting that.

cla-dev commented 6 years ago

Hi, i never did find a solution for this issue, so i pre-loaded the events from the google calendar into an array and then merged that array into the current array i was already loading... works well.

mcki0127 commented 6 years ago

That should work for me. Thanks!

eramudeep commented 5 years ago

i am also facing the same problem. 'eventSources'=>[ [ 'googleCalendarId'=>User::getCalanderId(), 'className'=>'gcal-event' ], ], i don`t understand your solution @cla-dev can you plese explain a little

i also see a fidle where this worked fine See here