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 Details

  • Method Details

    • freebusyContainerUid

      @GET @Path("{uid}/_default_freebusy") static String freebusyContainerUid(@PathParam("uid") String userUid)
      Returns the default user freebusy UID
      Parameters:
      userUid - the User UID
      Returns:
      default user freebusy UID
    • getFreebusyContainerUid

      static String getFreebusyContainerUid(String userUid)
    • extractUserUid

      static String extractUserUid(String freebusyContainerUid)