| Issue 2158: | added events by function not visible in 2.0 in 1.5 visible but not edittable and allday! | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Hi I got 2 problems: http://jsfiddle.net/Ton024/8XfqF/34/ in this example I use the: events: function (start, end, callback) which does not work in the fiddle, but in the error function I add an extra event. And call the callback function to deal with it. 1) problem 1 I copied an old fiddle which works with fullcalendar 1.5 and the event was VISIBLE which was my first problem (and now the second). The problem here is that I set a begin and end date/time, but it remains an all day event. I can not drag it to another day. The event is on june 4 from 10:00 to 12:00 2) The other problem is that I do not see any events from my webserver when I'm using a newer version of fullcalendar (2.0 or 2.0 beta). I even deleted the events and added an event like I did in the error event. Nothing is displayed. I hope that you can help me. Ton
Jun 4, 2014
#1
tonvrys...@gmail.com
Jun 5, 2014
solved ! The problems where caused by 2 things: - timezone parameter added in version 2 of events by function - time is no longer a big number but start is a date in format like 2014-06-05T10:00:00 all other functions modified to use 2.0 It is a great solution !
Jun 7, 2014
(No comment was entered for this change.)
Status:
Done
|
|
| ► Sign in to add a comment |