com.moyosoft.exchange.calendar
Interface FreeBusyView


public interface FreeBusyView


Method Summary
 java.util.List<ExchangeCalendarItemInfo> getCalendarEvents()
           
 java.lang.String getFreeBusy()
           
 FreeBusyViewType getViewType()
           
 

Method Detail

getViewType

FreeBusyViewType getViewType()
                             throws ExchangeServiceException
Throws:
ExchangeServiceException

getFreeBusy

java.lang.String getFreeBusy()
                             throws ExchangeServiceException
Throws:
ExchangeServiceException

getCalendarEvents

java.util.List<ExchangeCalendarItemInfo> getCalendarEvents()
                                                           throws ExchangeServiceException
Throws:
ExchangeServiceException