Show 

Home > eRoom API Help > Server Access API > SAAPI Properties > RecurrenceStartDate property

Show Show 

 

RecurrenceStartDate property

Sets or returns the start date of the 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_RecurrenceStartDate(DATE* pDate)

HRESULT put_RecurrenceStartDate(DATE myDate)

Scripting languages

Date = CalendarRecurringEvent.RecurrenceStartDate

CalendarRecurringEvent.Date = RecurrenceStartDate

Remarks


All repeating events must have a start date.

Home

Applies to

IERUCalendarRecurringEvent


See also

Calendars