Quick Add Event
Web2Cal Quick Add makes adding new events simple. If you don't like cumbersome forms to fill out, Quick Add can almost read a simple sentence and add the event. If you type in something like [Brunch with Mom at Java 11am Sunday], Quick Add can figure out what you mean and pop the new event right onto your calendar.
Requires Web2Cal Ultimate or Multi.
Options
Option | Type | Description | Default |
---|---|---|---|
createTemplate | Boolean | True | Boolean operator indicates if the input element should be created by the control. Alternatively, you can use an external control to interpret the text to event. |
label | String | Quick Add | Label to be displayed |
showAddButton | Boolean | True | Boolean operator indicates if the button element should be created by the control. Alternatively, you can use an external control to interpret the text to event. |
showAddButton | Boolean | True | Boolean operator indicates if the button element should be created by the control. Alternatively, you can use an external control to interpret the text to event. |
defaultDurationInMinutes | Number | 60 | Default duration of the event that is created |
callback | function | Invoked when event is created | Params : function(event){} 1. Event Object |
Functions
Function | Params | Description | Return |
---|---|---|---|
parseToEvent | String | Converts the input string to an event object | Event Object. |
To view the demo click here