(1) first issue is that some time the end date shows on the calender and sometimes it does not.
this is my current format
timeFormat: 'h:mm TT{ - h:mm} TT',
Some times I see the time correct like 1:00 PM - 2:00 PM Subject
but sometimes I see them like this
1:00 PM PM Subject. so some events works and some events don't.
(2) when I pass description to the calender it does not show. I currently pass the event_id, start, end, title, allDay, editable, backgrounColor, url using JSON but when I send description i don't see description on the calender.
(3) I have a horizontin manu above the calnedar when i click on a my menu so i can navigate to a different page it over laps and I won't be able to select the last selections. I have uploaded an image for you to review http://postimg.org/image/4mk8nua9z/
(4) the title of the event my be cut because the duration of the event is too short. so i have an event for 15 mins the title will be cut please review the attached image http://postimg.org/image/afbgrs2rz/
Thanks for this great plugin and for your time and help.
#1- your timeFormat should be 'h:mm TT{ - h:mm TT}' #2- there is no built-in UI to support a "description" field. you'll need to code that yourself #3- please minimalize this example and post a jsfiddle recreation of the problem #4- please look at issue 691 If you have any follow-up comments related to my answers, please post them as separate issues. In the future, keep 1 issue per topic. also, if your issue is more of a general "question" about your own application's use of fullcalendar, please post it to the StackOverflow site instead.