| Package | Description | 
|---|---|
| net.bluemind.calendar.api | |
| net.bluemind.calendar.helper.ical4j | |
| net.bluemind.calendar.service.internal | |
| net.bluemind.dav.server.proto.post | |
| net.bluemind.dav.server.xml | 
| Modifier and Type | Method and Description | 
|---|---|
VFreebusy | 
IPublicFreebusy.get(java.lang.String email,
   java.lang.String callerUserUid,
   java.lang.String callerDomain,
   VFreebusyQuery query)
Export the free/busy information 
 | 
VFreebusy | 
IVFreebusy.get(VFreebusyQuery query)
Export the free/busy information 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.concurrent.CompletableFuture<VFreebusy> | 
IPublicFreebusyPromise.get(java.lang.String email,
   java.lang.String callerUserUid,
   java.lang.String callerDomain,
   VFreebusyQuery query)  | 
java.util.concurrent.CompletableFuture<VFreebusy> | 
IVFreebusyPromise.get(VFreebusyQuery query)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IPublicFreebusyAsync.get(java.lang.String email,
   java.lang.String callerUserUid,
   java.lang.String callerDomain,
   VFreebusyQuery query,
   AsyncHandler<VFreebusy> handler)  | 
void | 
IVFreebusyAsync.get(VFreebusyQuery query,
   AsyncHandler<VFreebusy> handler)  | 
| Modifier and Type | Method and Description | 
|---|---|
static VFreebusy | 
VFreebusyServiceHelper.convertToFreebusy(java.lang.String domainUid,
                 java.lang.String freebusyOwner,
                 BmDateTime dtstart,
                 BmDateTime dtend,
                 java.util.List<ItemValue<VEvent>> events,
                 java.util.List<ItemValue<VEvent>> oof)  | 
| Modifier and Type | Method and Description | 
|---|---|
static java.lang.String | 
VFreebusyServiceHelper.asIcs(VFreebusy fb)  | 
static java.lang.String | 
VFreebusyServiceHelper.convertToFreebusyString(VFreebusy fb)  | 
| Modifier and Type | Method and Description | 
|---|---|
VFreebusy | 
PublicFreebusyService.get(java.lang.String email,
   java.lang.String callerUserUid,
   java.lang.String callerDomain,
   VFreebusyQuery query)  | 
VFreebusy | 
VFreebusyService.get(VFreebusyQuery query)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Map<java.lang.String,VFreebusy> | 
FBResponse.getFbRanges()  | 
| Constructor and Description | 
|---|
FBResponse(java.util.List<FreeBusy.CalRequest> requests,
          java.util.Map<java.lang.String,VFreebusy> infos)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ScheduleResponseBuilder.newResponse(java.lang.String href,
           VFreebusy fb)
  | 
Copyright © 2021. All Rights Reserved.