Interface ICalendarViewUids


@Path("/calendarview/uids") public interface ICalendarViewUids
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 calendarview container UIDs.
  • Field Details

  • Method Details

    • getUserCalendarView

      @GET @Path("{uid}/_default_calendarview") default String getUserCalendarView(@PathParam("uid") String userUid)
      Returns the default user calendarview UID
      Parameters:
      uid - the User UID
      Returns:
      default user calendarview UID
    • userCalendarView

      static String userCalendarView(String uid)