Package | Description |
---|---|
davmail.caldav | |
davmail.exchange | |
davmail.exchange.dav | |
davmail.exchange.ews |
Modifier and Type | Method and Description |
---|---|
protected void |
CaldavConnection.appendEventsResponses(CaldavConnection.CaldavResponse response,
CaldavConnection.CaldavRequest request,
List<ExchangeSession.Event> events) |
Modifier and Type | Method and Description |
---|---|
List<ExchangeSession.Event> |
ExchangeSession.getAllEvents(String folderPath)
Search calendar events in provided folder.
|
abstract List<ExchangeSession.Event> |
ExchangeSession.getEventMessages(String folderPath)
Search calendar messages in provided folder.
|
List<ExchangeSession.Event> |
ExchangeSession.searchEvents(String folderPath,
ExchangeSession.Condition filter)
Search calendar events in provided folder.
|
abstract List<ExchangeSession.Event> |
ExchangeSession.searchEvents(String folderPath,
Set<String> attributes,
ExchangeSession.Condition condition)
Search calendar events or messages in provided folder matching the search query.
|
List<ExchangeSession.Event> |
ExchangeSession.searchEvents(String folderPath,
String timeRangeStart,
String timeRangeEnd)
Search events between start and end.
|
List<ExchangeSession.Event> |
ExchangeSession.searchEventsOnly(String folderPath,
String timeRangeStart,
String timeRangeEnd)
Search events between start and end, exclude tasks.
|
List<ExchangeSession.Event> |
ExchangeSession.searchTasksOnly(String folderPath)
Search tasks only (VTODO).
|
Modifier and Type | Class and Description |
---|---|
class |
DavExchangeSession.Event |
Modifier and Type | Method and Description |
---|---|
List<ExchangeSession.Event> |
DavExchangeSession.getEventMessages(String folderPath) |
List<ExchangeSession.Event> |
DavExchangeSession.searchEvents(String folderPath,
Set<String> attributes,
ExchangeSession.Condition condition) |
Modifier and Type | Class and Description |
---|---|
protected class |
EwsExchangeSession.Event |
Modifier and Type | Method and Description |
---|---|
List<ExchangeSession.Event> |
EwsExchangeSession.getEventMessages(String folderPath) |
List<ExchangeSession.Event> |
EwsExchangeSession.searchEvents(String folderPath,
Set<String> attributes,
ExchangeSession.Condition condition) |
Copyright © 2001–2024 MickaĆ«l Guessant. All rights reserved.