Share via


CalendarRecurrenceType enumeration

Specifies the recurrence types for a calendar exception.

Syntax

CSOM

enum CalendarRecurrenceType 

JSOM

PS.CalendarRecurrenceType

REST Interface

CalendarRecurrenceType enumeration is not expliclity defined in REST. Use the values below to understand what can be returned and set.

Members

Name Value Description
Daily 0 Daily recurrence.
DailySkip 1 Daily, with recurrence defined by skipping a set number of days.
Weekly 2 Weekly recurrence.
Monthly 3 Monthly recurrence.
Yearly 4 Yearly recurrence.

See Also

CalendarException
CalendarExceptionCreationInformation