Moyosoft Products | Services | Download | Contact us    
Java Bridge to Exchange
Products  >  Java Bridge to Exchange  >  API Reference    
API Reference
   
Overview  |  
Classic JavaDoc

Interface UsersAvailability

com.moyosoft.exchange.calendar.UsersAvailability


public interface UsersAvailability

Methods

int
addOptionalAttendee (String mailboxAddress)
int
addOptionalAttendee (String mailboxAddress, boolean excludeConflicts)
int
addOrganizer (String mailboxAddress)
int
addOrganizer (String mailboxAddress, boolean excludeConflicts)
int
addRequiredAttendee (String mailboxAddress)
int
addRequiredAttendee (String mailboxAddress, boolean excludeConflicts)
int
addResource (String mailboxAddress)
int
addResource (String mailboxAddress, boolean excludeConflicts)
int
addRoom (String mailboxAddress)
int
addRoom (String mailboxAddress, boolean excludeConflicts)
String
getAttendeeFreeBusy (int attendeeIndex)
java.util.List
getAttendeesFreeBusy ()
java.util.List
getAvailabilities ()
getAvailability (int attendeeIndex)
void
removeAllAttendees ()
void
setFreeBusyInterval (int minutes)
void
setFreeBusyViewType (FreeBusyViewType type)
void
setPeriod (java.util.Date startDate, java.util.Date endDate)
void
setTimeZone (java.util.TimeZone timeZone)

Community comments



Powered by JavaDocPlus