Issue 451: hey,this maybe not a bug.But this is affecting my use
Status:  Done
Owner: ----
Closed:  Apr 2010
Reported by moist...@gmail.com, Apr 20, 2010
I can not find a way to add new events. I have to constantly update the
content to the server-side to find a new event. can I increase add events 
in the static page?
Apr 26, 2010
Project Member #1 adamrs...@gmail.com
it sounds like you are pinging the server at intervals to see if there are new events. 
if other people are asynchronously creating events on other computers, that is what you 
will have to do.

however, if only a single user is creating events, you should probably add the event to 
the calendar with renderEvent 
(http://arshaw.com/fullcalendar/docs/event_rendering/renderEvent/), tell your server 
about it with ajax, and have the server update the db.

i can't help you beyond this
Status: Done
Apr 26, 2010
#2 moist...@gmail.com
thanks for your Comment .
i'm sure this not a bug.