FetchAppointment
FetchAppointment (1 of 2)
Fetch the specified appointment from server.
Returns: A fetched Appointment .
FetchAppointment(System::String appointmentUri)
| Parameter | Description |
|---|---|
| appointmentUri | An uri of appointment to be fetched. |
FetchAppointment (2 of 2)
Fetch the specified appointment from server.
Returns: A fetched Appointment .
FetchAppointment(System::String appointmentUri, System::String folderUri)
| Parameter | Description |
|---|---|
| appointmentUri | An uri of appointment to be fetched. |
| folderUri | An uri of appointments parent folder. |