Share via


CalendarRecurrenceDays enumeration

Represents the days of the week for recurring calendar exceptions.

Syntax

CSOM

enum CalendarRecurrenceDays 

JSOM

PS.CalendarRecurrenceDays

REST Interface

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

Members

Name Value Description
NotSpecified 0 Not specified.
Sunday 1 Sunday.
Monday 2 Monday.
Tuesday 4 Tuesday.
Wednesday 8 Wednesday.
Thursday 16 Thursday.
Friday 32 Friday.
Saturday 64 Saturday.

See Also

CalendarException
CalendarExceptionCreationInformation