Package net.bluemind.calendar.api
Interface IFreebusyUids
@Path("/freebusy/uids")
public interface IFreebusyUids
To unify the management of changelogs, ACLs, client synchronization,
permissions and sharing, Bluemind stores all elements in a generic structure
called a container. All containers are identified by a unique ID. Some
containers are named (UID) in a specific manner to express a certain meaning.
Returns specific freebusy container UIDs.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
extractUserUid
(String freebusyContainerUid) static String
freebusyContainerUid
(String userUid) Returns the default user freebusy UIDstatic String
getFreebusyContainerUid
(String userUid)
-
Field Details
-
TYPE
- See Also:
-
SIZE_OF_PREFFIX
static final int SIZE_OF_PREFFIX
-
-
Method Details