Version

ClickToAddAppointment Method (DayViewRecordReplayServer)

Click the "ClickToAddAppointment" button on the specified time slot and enter the specified subject
Syntax
'Declaration
 
Public Sub ClickToAddAppointment( _
   ByVal AppointmentSubject As System.String, _
   ByVal OwnerName As System.String, _
   ByVal AppointmentStartTime As System.String, _
   ByVal AppointmentDate As System.String _
) 
public void ClickToAddAppointment( 
   System.string AppointmentSubject,
   System.string OwnerName,
   System.string AppointmentStartTime,
   System.string AppointmentDate
)

Parameters

AppointmentSubject
Subject of the appointment
OwnerName
The name of the appointment's owner
AppointmentStartTime
Start time of the appointment
AppointmentDate
Date of the appointment
Remarks

OwnerName can be set to "[Unassigned]" or "" if appointment grouping is not being used

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also