public interface CalendarActionData extends IAdaptable
getAdapterString getDelegateTo()
CalendarActionData withDelegateTo(String delegateTo)
CalendarProcess.DELEGATE is useddelegateTo - name either in abbreviated or canonical formatTemporal getChangeToStart()
CalendarActionData withChangeToStart(Temporal changeToStart)
CalendarProcess.COUNTERchangeToStart - new start timeTemporal getChangeToEnd()
CalendarActionData withChangeToEnd(Temporal changeToEnd)
CalendarProcess.COUNTERchangeToEnd - new end timeboolean isKeepInformed()
CalendarActionData withKeepInformed(boolean keepInformed)
CalendarProcess.CANCELkeepInformed - true to be kept informedCalendarActionData withAddNamesRequired(String... addNamesReq)
addNamesReq - attendees, either in canonical or abbreviated formatCalendarActionData withAddNamesOptional(String... addNamesOpt)
addNamesOpt - attendees, either in canonical or abbreviated formatCalendarActionData withAddNamesFYI(String... addNamesFYI)
addNamesFYI - attendees, either in canonical or abbreviated formatCalendarActionData withRemoveNames(String... removeNames)
removeNames - attendees, either in canonical or abbreviated formatCopyright © 2019–2021 HCL. All rights reserved.