Package | Description |
---|---|
com.aspose.email.cloud.sdk.model |
Modifier and Type | Class and Description |
---|---|
class |
DailyRecurrencePatternDto
Daily recurrence.
|
class |
MonthlyRecurrencePatternDto
Monthly recurrence pattern.
|
class |
TaskRegeneratingPatternDto
Represents the regenerating recurrence pattern that specifies how many days, weeks, months or years after the completion of the current task the next occurrence will be due.
|
class |
WeeklyRecurrencePatternDto
Weekly recurrence pattern.
|
class |
YearlyRecurrencePatternDto
Yearly recurrence pattern.
|
Modifier and Type | Method and Description |
---|---|
RecurrencePatternDto |
RecurrencePatternDto.endDate(Date endDate)
Set endDate and return this.
|
RecurrencePatternDto |
CalendarDto.getRecurrence()
Recurrence pattern
|
RecurrencePatternDto |
RecurrencePatternDto.interval(Integer interval)
Set interval and return this.
|
RecurrencePatternDto |
RecurrencePatternDto.occurs(Integer occurs)
Set occurs and return this.
|
RecurrencePatternDto |
RecurrencePatternDto.weekStart(String weekStart)
Set weekStart and return this.
|
Modifier and Type | Method and Description |
---|---|
CalendarDto |
CalendarDto.recurrence(RecurrencePatternDto recurrence)
Set recurrence and return this.
|
void |
CalendarDto.setRecurrence(RecurrencePatternDto recurrence)
Set recurrence.
|
Constructor and Description |
---|
CalendarDto(List<Attachment> attachments,
List<MailAddress> attendees,
String description,
Date endDate,
String endTimeZone,
List<String> flags,
Boolean isDescriptionHtml,
String location,
String method,
String microsoftBusyStatus,
String microsoftIntendedStatus,
List<MailAddress> optionalAttendees,
MailAddress organizer,
String recurrenceString,
RecurrencePatternDto recurrence,
List<CalendarReminder> reminders,
String sequenceId,
Date startDate,
String startTimeZone,
String status,
String summary,
String transparency)
Initializes a new instance of the CalendarDto
|
Copyright © 2020. All rights reserved.