RecurrenceEndDate property

Sets or returns the end date for a repeating Calendar Event.

Note that times used for calendar event creation are in the logged-in user's time zone, while they are returned in the system/server time zone.  (This problem is not seen when user and server are in the same time zone.)

Syntax


C++

HRESULT get_RecurrenceEndDate(DATE* pDate)

HRESULT put_RecurrenceEndDate(DATE myDate)

Scripting languages

Date = CalendarRecurringEvent.RecurrenceEndDate

CalendarRecurringEvent.Date = RecurrenceEndDate

Remarks


All repeating events must have an end date.

Home

Applies to

IERUCalendarRecurringEvent


See also

Calendars