Package net.bluemind.calendar.api
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault String
getUserCalendarView
(String userUid) Returns the default user calendarview UIDstatic String
userCalendarView
(String uid)
-
Field Details
-
TYPE
- See Also:
-
-
Method Details