Package net.bluemind.calendar.api
Interface IVFreebusy
@Path("/calendars/vfreebusy/{containerUid}")
public interface IVFreebusy
- 
Method Summary
Modifier and TypeMethodDescriptionget(VFreebusyQuery query) Export the free/busy informationgetAsString(VFreebusyQuery query) Export the free/busy information 
- 
Method Details
- 
getAsString
Export the free/busy information- Parameters:
 query-VFreebusyQuery- Returns:
 - the free/busy information as String
 - Throws:
 ServerFault
 - 
get
Export the free/busy information- Parameters:
 query-VFreebusyQuery- Returns:
 - the free/busy information as 
VFreebusy - Throws:
 ServerFault
 
 -