Version

ClickToAddAppointment Method (WeekViewRecordReplayServer)

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

Parameters

AppointmentSubject
The subject of the appointment
OwnerName
The owner of the appointment
AppointmentDate
The date of the appointment, passed as a string
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