RecurrenceTypeEnum
| Name | Data Type | Description |
|---|---|---|
| Daily | Enumeration | Indicates that the recurrence happens every day |
| Hourly | Enumeration | Specifies an hourly recurrence pattern. |
| Minutely | Enumeration | Indicates the recurrence occurs based on minutes |
| Monthly | Enumeration | Indicates a monthly recurrence type. |
| Secondly | Enumeration | Indicates a recurrence type based on seconds. |
| Weekly | Enumeration | Indicates a weekly pattern of recurrence. |
| Yearly | Enumeration | Indicates recurrence takes place on a yearly basis. |