CalendarQuery
Object Hierarchy:
Description:
All the fields in the CalendarQuery structure are private and should never be
accessed directly.
Namespace: GData
Package: libgdata
Content:
Properties:
-
public bool future_events { set; get; }
-
public string order_by { set; get; }
Specifies order of entries in a feed. Supported values are lastmodified and starttime.
-
public int64 recurrence_expansion_end { set; get; }
Specifies the end of the time period to expand recurring events for, exclusive.
-
public int64 recurrence_expansion_start { set; get; }
Specifies the beginning of the time period to expand recurring events for, inclusive.
-
public bool single_events { set; get; }
Indicates whether recurring events should be expanded or represented as a single event.
-
public string sort_order { set; get; }
Specifies direction of sorting. Supported values are ascending and descending.
-
public int64 start_max { set; get; }
Together with start_min, creates a
timespan such that only events within the timespan are returned
-
public int64 start_min { set; get; }
Together with start_max, creates a
timespan such that only events within the timespan are returned.
-
public string timezone { set; get; }
The current timezone. If this is not specified, all times are returned in UTC.
Creation methods:
Methods: