| ||||
CreateRecurringEventPage methodCreates a new Repeating Calender Event in a Calendar Page. Syntax
ParametersRecurrenceNameThe default name for each occurrence of the event. DescriptionThe default description for each occurrence of the event. DescriptionFormatIndicates whether the Description parameter is in HTML or plain text format. See ERUTextFormat for values for this parameter. RecurrenceStartDateThe date on which the first occurrence of the repeating event occurs. RecurrenceEndDateThe date on which the last occurrence of the repeating event occurs. StartTimeThe default time of day on which each occurrence of the repeating event starts. DurationHow long (in minutes) each occurrence of the repeating event lasts. The minimum and maximum values are 10 and 1440 minutes, respectively. PatternDefines the frequency of the repeating event. See ERURecurrencePattern for values for this parameter. DaysDefines the list of days on which the repeating event occurs. For days of the week (for example, Monday or Tuesday), specify one or more values from the ERUWeekDay enum, logically OR'ed together. For a day of the month (for example, the first and 15th days of every month), specify the day number as an integer from 1 through 28, with -1 specifying the last day of the month. 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. ppCalendarEventPageUpon return, an IERUItem interface pointer to a newly-created repeating calendar event page. Return value
RemarksTo create a one-time event, use the CreateCalendarEventPage method. |
Home |