CalendarCalendar
Object Hierarchy:
Description:
[
CCode ( type_id =
"gdata_calendar_calendar_get_type ()" ) ]
public class CalendarCalendar :
Entry,
AccessHandler
All the fields in the CalendarCalendar structure are private and should never be accessed directly.
Content:
Properties:
- public string access_level { get; }
Indicates the access level the current user has to the calendar.
- public Color color { get; set; }
The background color used to highlight the calendar in the user’s
browser.
- public int64 edited { get; }
The last time the calendar was edited.
- public bool is_hidden { get; set; }
Indicates whether the calendar is visible.
- public bool is_selected { get; set; }
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 { get; set; }
The timezone in which the calendar's times are given.
Creation methods:
Methods:
Inherited Members:
All known members inherited from class GData.Entry
All known members inherited from class GData.Parsable
All known members inherited from class GLib.Object
All known members inherited from interface GData.AccessHandler