Enum EventRecurrenceType
Recurrence type
public enum EventRecurrenceType
Fields
AbsoluteMonthly = 2Event repeats on the specified day of the month (e.g. the 15th), based on the number of months between occurrences.
AbsoluteYearly = 4Event repeats on the specified day and month, based on the number of years between occurrences.
Daily = 0Event repeats based on the number of days specified by interval between occurrences.
RelativeMonthly = 3Event repeats on the specified day or days of the week, in the same relative position in the month, based on the number of months between occurrences.
RelativeYearly = 5Event repeats on the specified day or days of the week, in the same relative position in a specific month of the year, based on the number of years between occurrences.
Weekly = 1Event repeats on the same day or days of the week, based on the number of weeks between each set of occurrences.