MakeRecurring method

Makes an existing one-time Calendar Event a repeating event.

Syntax


C++

HRESULT MakeRecurring (
   DATE StartDate,
   DATE EndDate,
   ERURecurrencePattern Pattern,
   LONG RecurrenceValue
   IERUItem** ppCalendarEventPage)

Scripting languages

Set Item = CalendarEvent.MakeRecurring (
   DATE StartDate,
   DATE EndDate,
   ERURecurrencePattern Pattern,
   RecurrenceValue as Long)

Parameters


StartDate

The start date and time of the repeating event.

EndDate

The end date and time of the repeating event.

Pattern

Defines the frequency of the calendar event as one of the values of the ERURecurrencePattern enumeration.

RecurrenceValue

Defines the weekday of the calendar event as one of the values of the ERUWeekDay enumeration.

Return value


C++

The return code.

Scripting languages

An IERUItem interface pointer.

Home

Applies to

IERUCalendarEvent


See also

Calendars