CalendarCalendar
Object Hierarchy:
Description:
All the fields in the CalendarCalendar structure are private and should never be
accessed directly.
Namespace: GData
Package: libgdata
Content:
Properties:
-
public string access_level { get; }
-
public Color color { set; get; }
The color used to highlight the calendar in the user's browser. This must be one of a limited set of
colors listed in the online documentation.
-
public int64 edited { get; }
The last time the calendar was edited. If the calendar has not been edited yet, the content indicates
the time it was created.
-
public bool is_hidden { set; get; }
Indicates whether the calendar is visible.
-
public bool is_selected { set; get; }
Indicates whether the calendar is selected.
-
public uint times_cleaned { get; }
The number of times the calendar has been cleared of events.
-
public string timezone { set; get; }
The timezone in which the calendar's times are given. This is a timezone name in tz database notation:
reference.
Creation methods:
Methods: