Issue 847: problems on new events, and editting events
Status:  Done
Owner: ----
Closed:  Mar 2011
Reported by jorgec...@gmail.com, Mar 7, 2011
to render a new event is not shown or icons when I add it to the event, I am using this statement

$ ('# calendar'). fullCalendar ('renderEvent', event);
after saving the event database and the configuration I have this calendar:

........ More Settings

            eventRender: function (event, element) {

                        
element.find (". fc-event-time. ") before ("<img src = \". / images / edit.png \ "/ border = \" 0 \ "onClick = \" javascript: edit ('"+ event.title +"','"+$. fullCalendar.formatDate (event.start, 'yyyy-MM-dd HH: mm: ss' )+"','"+$. fullCalendar.formatDate (event.end, 'yyyy-MM-dd HH: mm: ss' )+"','"+ event.id + "') \ ">");
   element.find (". fc-event-time. ") before ("<img src = \". / images / delete.png \ "border = \" 0 \ "onClick = \" javascript: delete ('"+ +"','"+$. event.title fullCalendar.formatDate (event.start, 'yyyy-MM-dd HH: mm: ss' )+"','"+$. fullCalendar.formatDate (event.end' yyyy-MM-dd HH: mm: ss ')+"','"+ event.id + "') \ "/>");
 
}

......... more settings.

As I can solve this problem? and the event must start and end time should at least show it not?

Thanks in advance

Mar 24, 2011
Project Member #1 adamrs...@gmail.com
sorry, this is not support forum. please use this forum only if you have found a bug or want to request a specific feature
Status: Done
Mar 25, 2011
#2 jorgec...@gmail.com
where is the support forum?

Thanks
Apr 2, 2011
Project Member #3 adamrs...@gmail.com
http://arshaw.com/fullcalendar/support/
we are using stackoverflow for now.
sorry, thanks!