| ||||
CreateEventPage methodCreates a new one-time (non-repeating) Event in a Calendar. Syntax
ParametersNameThe name of the event. DescriptionThe description of the event. DescriptionFormatIndicates whether the Description parameter is in HTML or plain text format. For further information, see ERUTextFormat. DateThe start date and time of the event. DurationHow long the event will last (in minutes). The minimum and maximum values are 10 and 1440 minutes respectively. ParticipantsMembers participating in the event. OtherParticipantsEvent participants who are not members of the eRoom. CreateOptionsOne or more values from the ERUCreateOption enumeration, logically OR'ed together. This parameter is optional. ppCalendarEventUpon return, an IERUItem interface pointer to the newly-created calendar event. Return value
RemarksTo create a repeating event, use the CreateRecurringEventPage method. |
Home |