Uses of Class
net.bluemind.calendar.api.VFreebusy
-
Uses of VFreebusy in net.bluemind.calendar.api
Modifier and TypeMethodDescriptionIPublicFreebusy.get
(String email, String callerUserUid, String callerDomain, VFreebusyQuery query) Export the free/busy informationIVFreebusy.get
(VFreebusyQuery query) Export the free/busy informationModifier and TypeMethodDescriptionIPublicFreebusyPromise.get
(String email, String callerUserUid, String callerDomain, VFreebusyQuery query) IVFreebusyPromise.get
(VFreebusyQuery query) Modifier and TypeMethodDescriptionvoid
IPublicFreebusyAsync.get
(String email, String callerUserUid, String callerDomain, VFreebusyQuery query, AsyncHandler<VFreebusy> handler) void
IVFreebusyAsync.get
(VFreebusyQuery query, AsyncHandler<VFreebusy> handler)