RecurringAppointmentMaster entity messages and methods
Applies To: Dynamics CRM 2015
A recurring appointment master contains the master appointment of a recurring appointment series.
The schema name for this entity is RecurringAppointmentMaster. To view the entity metadata for your organization, install the Metadata Browser solution described in Browse the metadata for your organization. You can also view the metadata for an uncustomized organization in the Excel file called EntityMetadata.xlsx included in the top-level folder of the SDK download.
The following table describes the messages for this entity, which you use with the IOrganizationService.Execute method.
Message |
Description |
---|---|
Adds recurrence information to an existing appointment to make it a recurring appointment master. |
|
Assigns a recurring appointment master to another user or team. |
|
Schedules or books a recurring appointment master. |
|
Creates an exception for the recurring appointment instance. |
|
Creates a recurring appointment master. You can also call the IOrganizationService.Create method. |
|
Creates an instance of a recurring appointment master. |
|
Deletes a recurring appointment master. You can also call the IOrganizationService.Delete method. |
|
Use this message to delete instances of a recurring appointment master that have an Open state. |
|
Shares a recurring appointment master with another security principal (user or team). |
|
Changes the access rights for a recurring appointment master previously shared with another security principal (user or team). |
|
Reschedules a recurring appointment master. |
|
Retrieves a recurring appointment master. You can also call the IOrganizationService.Retrieve method. |
|
Retrieves a collection of recurring appointment masters. You can also call the IOrganizationService.RetrieveMultiple method. |
|
Retrieves the access the specified security principal (user or team) has to a recurring appointment master. |
|
Retrieves the security principals (users or teams) that have access to a recurring appointment master, and their access rights to the recurring appointment master. |
|
Removes all access to a recurring appointment master for the specified security principal (user or team). |
|
Sets the state of a recurring appointment master. The possible values for this attribute are defined in the RecurringAppointmentMaster.State attribute. If you are using early bound types, you can use the RecurringAppointmentMasterState enumeration. You can find this information in the metadata for your organization. See the preceding metadata browser information. |
|
Updates a recurring appointment master. You can also call the IOrganizationService.Update method. |
See Also
Recurring appointment entities
RecurringAppointmentMaster entity privileges
RecurrenceRule entity messages and methods
© 2016 Microsoft. All rights reserved. Copyright