| Issue 1717: | Fullcalendar Not Displaying More Than One Event Per Day When More Than One Exists (Google Calendar) | |
| 2 people starred this issue and may be notified of changes. | Back to list |
I am using Fullcalendar in a Rails 3.2.11 application, my first one using the plugin. Here is the code I have in application.js
$(document).ready(function() {
$('#calendar').fullCalendar({
height: 300,
events: {
url: 'https://www.google.com/calendar/feeds/iktusnetlive@gmail.com/public/basic',
currentTimezone: 'America/Chicago' // an option!
}
});
});
The only parameters I remember changing in fullcalendar.js are defaultView and header in the following code.
defaultView: 'basicWeek',
aspectRatio: 1.35,
header: {
left: 'today',
center: 'title',
right: 'prev next'
},
weekends: true,
When I add new events on a day where there was no previous event I can add it and it will appear in the calendar in my Rails application. It does not matter if I add it in the current week or future weeks. However if I add additional events to a day that already had an event, only the first event for the day will show up. All events show up when I go into Google and view my calendar or when I use their embed code to display the calendar on one of my views.
I have searched the issues here and have done many web searches for over a month but could not find anything that related to my situation. I have gone through the documentation several times but did not see anything where you would control the number of events per day which makes total sense. I expect calendar software to display all events in the calendar. It has been months since I implemented Fullcalendar. The problem was not noticed until I attempted to add a second event on a day in Google Calendar. I honestly do not know if this is a bug or if there is a setting that I need to add to my JavaScript. This is why I am submitting my issue here.
Any help would be appreciated.
Aug 23, 2013
Project Member
#1
adamrs...@gmail.com
Status:
ReproTemp
Aug 25, 2013
This message is being bulk-sent to a number of issues, both [very] old and new.
I have been working on taming this issue tracker, which has gotten out of control after months of neglect. You are receiving this message because I could not successfully reproduce the bug you were reporting with a reasonable amount of effort. I have written some new bug-report guidelines to be used by all bug reports going forward:
http://arshaw.com/fullcalendar/wiki/Report-a-Bug/
Its salient point is that all bug reports should have an isolated demonstration, viewable online with a tool like JSFiddle.
If the bug you originally reported is still important to you, could you please first try the latest version of FullCalendar and see if it is fixed? If not, could you please file a NEW bug report that follows the new guidelines? This issue will not be monitored for further comments.
I'm sorry I have taken so long to respond to many of your request, and I'm sorry if this new procedure causes extra work for you. Going forward, the issue tracker will be much more of a well-oiled machine.
Again, if you must, PLEASE SUBMIT A *NEW* BUG REPORT (following the new guidelines) INSTEAD OF COMMENTING ON THIS ONE. Further comments on this report will be ignored. Thanks.
Status:
Invalid
Labels: Type-Bug |
|
| ► Sign in to add a comment |