RecurrencePattern property

Sets or returns the frequency of the repeating Calendar Event.

Syntax


C++

HRESULT get_RecurrencePattern(ERURecurrencePattern* pRecurrencePattern)

HRESULT put_RecurrencePattern(ERURecurrencePattern myRecurrencePattern)

Scripting languages

Pattern = CalendarRecurringEvent.RecurrencePattern

CalendarRecurringEvent.RecurrencePattern = Pattern

Legal values


The value of RecurrencePattern is specified by the ERURecurrencePattern enum.

Remarks


Use the RecurrencePattern property in conjunction with the Days property to generate the full recurrence pattern. See Working with Calendar Pages and Calendar Events for sample code that sets a full recurrence pattern.

Home

Applies to

IERUCalendarRecurringEvent


See also

Calendars