| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
Occurrence |
MeetingRequest.getFirstOccurrence()
Gets the first occurrence of a recurring calendar item.
|
Occurrence |
Appointment.getFirstOccurrence()
Gets the first occurrence.
|
Occurrence |
MeetingRequest.getLastOccurrence()
Gets the last occurrence of a recurring calendar item.
|
Occurrence |
Appointment.getLastOccurrence()
Gets the last occurrence of a recurring appointment.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Occurrence> |
MeetingRequest.getModifiedOccurrences()
Gets an array of recurring calendar item occurrences that have been modified so that they are different than the recurrence master item.
|
java.util.List<Occurrence> |
Appointment.getModifiedOccurrences()
Gets an array of recurring appointment occurrences that have been modified so that they differ from the recurrence master item.
|