Create an Event "onClick"

Hi…
First of all i would like to Thank you for your kind replies.

Yep, i am using “onEventCreated” (actually it fires when dblClick on the Calendar) Event.
how to enable it as onClick(just a single click), Suppose i want to use it in a iPad, there i can not double-tap for firing it.

Hello,

In the onClick handler get the date information using getActionData and then simply add events yourself using addEventNow function.

Best regards,
Ilya