RecurrenceName property

Sets or returns the default name for a series of repeating Calendar Events.

Syntax


C++

HRESULT get_RecurrenceName(BSTR* pRecurrenceName)

HRESULT put_RecurrenceName(BSTR RecurrenceName)

Scripting languages

RecurrenceName = CalendarEvent.RecurrenceName

CalendarEvent.RecurrenceName = RecurrenceName

Remarks


This property assigns the same name to each occurrence of a repeating event. To override the default name of an individual occurrence, obtain an IERUCalendarEvent interface to the occurrence and setting its Name property.

Home

Applies to

IERUCalendarRecurringEvent


See also

Calendars