My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 239: How can I input events that I just download fullcalendar-1.4.2 new to use
1 person starred this issue and may be notified of changes. Back to list
Status:  Done
Owner:  ----
Closed:  Dec 2009


Sign in to add a comment
 
Reported by xisha2...@gmail.com, Dec 9, 2009
I try to find where I input events as sample, but could not get anyway to 
do so.
Thanks for help
Dec 11, 2009
#1 koz...@gmail.com
There are no ADD/EDIT/DELETE views or methods for individual events.  You have to
create your own methods and interfaces.  So what I've done is use the "eventClick"
and "dayClick" triggered actions
(http://arshaw.com/fullcalendar/docs/triggered-actions.php) to open my own "event
dialog", which has fields for date start and end, time start and end, title and id. 
I then do an ajax call upon submit, updating my database, and then refetch events to
show the new/updated event in the calendar view.


Dec 20, 2009
Project Member #2 adamrs...@gmail.com
hi xisha,
as kozefx said, this is something you need to make custom. however, i am planning on
making this an optional feature at some point. here is the google code issue that
tracks it:
https://code.google.com/p/fullcalendar/issues/detail?id=162
Status: Done
Sign in to add a comment

Powered by Google Project Hosting