Issue 114: addEvent method missing from 1.3?
Status:  Done
Owner: ----
Closed:  Oct 2009
Reported by Asyura....@gmail.com, Oct 4, 2009
Hi, I noticed that addEvent method is missing from 1.3.
Is it removed?

Oct 4, 2009
Project Member #1 adamrs...@gmail.com
it was changed to the name 'renderEvent' to better reflect what it does.

people wrongly assuming that 'adding' an event would make it stay on the calendar 
forever. instead, it would be cleared when new events were 'fetched'. however, i added 
a 'stick' parameter to 'renderEvent' help people who need this behavior.

good luck
Status: Done
Oct 4, 2009
#2 Asyura....@gmail.com
I got it.
Thanks for your reply.