[This is preliminary documentation and is subject to change.]

Enumerated types for the user profile for the calendar

Namespace:  OfficeClip.BusinessLayer.Framework.Profile
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public enum CalendarUserEnum
Visual Basic (Declaration)
Public Enumeration CalendarUserEnum
Visual C++
public enum class CalendarUserEnum

Members

Member nameDescription
DefaultView
The calendar default view
ApplicationLastVisited
Time when the application was last visited
ApplicationLastVisitedBackup
Last visited backup value
DefaultEventShowAs
How the Show As values of the events are shown by default (busy, tentative, free or out of office)
GroupSelection
Shows the event scope as All Orgs, This Orgs or Private

See Also