Modifier and Type | Class and Description |
---|---|
class |
DailyRecurrencePattern
Represents a recurrence pattern of daily recurrence type.
|
class |
MonthlyRecurrencePattern
Represents a recurrence pattern of monthly recurrence type.
|
class |
TaskRegeneratingPattern
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 |
WeeklyRecurrencePattern
Represents a recurrence pattern of weekly recurrence type.
|
class |
YearlyRecurrencePattern
Represents a recurrence pattern of yearly recurrence type.
|
Modifier and Type | Method and Description |
---|---|
RecurrencePattern |
Appointment.getRecurrence()
Gets or sets the recurrence pattern.
|
RecurrencePattern |
ExchangeTask.getRecurrencePattern()
Gets or sets a recurrence information for a recurring task.
|
static RecurrencePattern |
RecurrencePattern.to_RecurrencePattern(String value)
Converts string representation of recurrence pattern in ICalendar format to object
|
Modifier and Type | Method and Description |
---|---|
void |
Appointment.setRecurrence(RecurrencePattern value)
Gets or sets the recurrence pattern.
|
void |
ExchangeTask.setRecurrencePattern(RecurrencePattern value)
Gets or sets a recurrence information for a recurring task.
|
Constructor and Description |
---|
Appointment(String location,
String summary,
String description,
Date startDate,
Date endDate,
MailAddress organizer,
MailAddressCollection attendees,
RecurrencePattern recurrencePattern)
Initialize a new instance of the
Appointment class. |
Appointment(String location,
String summary,
String description,
Date startDate,
Date endDate,
MailAddress organizer,
MailAddressCollection attendees,
String uid,
RecurrencePattern recurrencePattern)
Initialize a new instance of the
Appointment class. |