search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Add an event with a javascript function

Asked by JFC
16 years ago.

Is there a possibility to add an event in the calendar with a javascript function addevent(start,date,data) ?
Of course this event will not be stored in the database and it is not my goal, it is only for a tempory visualization.

You should do the samewhen receiving the result of a callback from Timezonclick, is not it ?

Comment posted by Dan Letecky
16 years ago.
Yes, you could use timeRangeSelected(start, end, data). It calls the server-side event handler. That means you can't create it just on the client side.
This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.