Issue 125: 1.3版本开始就无法用 addEvent 方法
Status:  Done
Owner: ----
Closed:  Oct 2009
Reported by sz3...@gmail.com, Oct 14, 2009
1.3版本开始就无法用 addEvent 方法
Oct 21, 2009
#1 sz3...@gmail.com
错误信息是:
$.data(this, "fullCalendar")[options] is undefined
http://localhost/msdproject/modules/calendar/calendar_js/fullcalendar.js
Line 127
Oct 31, 2009
Project Member #2 adamrs...@gmail.com
this is happening b/c the 'addEvent' method is not in 1.3 (or 1.4). it is called the 
'renderEvent' method now and is more powerful. please see docs: 
http://arshaw.com/fullcalendar/docs/methods.php

hope this helps
Status: Done