Modifier and Type | Method and Description |
---|---|
CalendarRecurrencePattern |
ExchangeTask.getRecurrence()
Deprecated.
|
CalendarRecurrencePattern |
Appointment.getRecurrencePattern()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ExchangeTask.setRecurrence(CalendarRecurrencePattern value)
Deprecated.
|
void |
Appointment.setRecurrencePattern(CalendarRecurrencePattern value)
Deprecated.
|
Constructor and Description |
---|
Appointment(String location,
String summary,
String description,
Date startDate,
Date endDate,
MailAddress organizer,
MailAddressCollection attendees,
CalendarRecurrencePattern recurrencePattern)
Deprecated.
|
Appointment(String location,
String summary,
String description,
Date startDate,
Date endDate,
MailAddress organizer,
MailAddressCollection attendees,
String uid,
CalendarRecurrencePattern recurrencePattern)
Deprecated.
|
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.