com.sap.ip.collaboration.gw.api.framework.groupware
Interface ICalendarReadTransport
- All Superinterfaces:
- IReadTransport, ITransport
- All Known Implementing Classes:
- FileTransport
- public interface ICalendarReadTransport
- extends IReadTransport
The ICalendarReadTransport interface extends the read interface to
define methods specific to the calendar item type.
Copyright (c) SAP 2002
- Version:
- $Revision: 1.0$
getAvailabilityInfo
public java.util.Map getAvailabilityInfo(IDateRange range,
int timeInterval,
java.util.List addresses,
IGroupwareCredentials credentials)
throws GroupwareException
- Returns the availability information for a list of users.
- Parameters:
DateRange - range date rangeint - timeIntervalList - addresses list of e-mailId of usersIGroupwareCredentials - groupware credentials- Returns:
- availibilityInformation returned as a map with the address as the
key and the IAvailabilityInfo as the value
- Throws:
GroupwareException -