Shows the add new appointment dialog.

Namespace:  C1.Web.UI.Controls.C1Schedule.Dialogs
Assembly:  C1ScheduleClient (in C1ScheduleClient.dll)

Syntax

JavaScript
function showAddNewAppointmentDialog(startDate, endDate, isAllDayEvent);

Parameters

startDate
Type: System..::..DateTime
The start date.
endDate
Type: System..::..DateTime
The end date.
isAllDayEvent
Type: System..::..Boolean
if set to true [is all day event].

See Also