Home > eRoom API Help > Server Access API > SAAPI Properties > RecurrenceStartDate property
| |
RecurrenceStartDate propertySets 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.) SyntaxC++HRESULT get_RecurrenceStartDate(DATE* pDate) HRESULT put_RecurrenceStartDate(DATE myDate) Scripting languagesDate = CalendarRecurringEvent.RecurrenceStartDate CalendarRecurringEvent.Date = RecurrenceStartDate RemarksAll repeating events must have a start date. |
Home |