CalendarQuery
Object Hierarchy:
Description:
[
CCode ( type_id =
"gdata_calendar_query_get_type ()" ) ]
public class CalendarQuery :
Query
All the fields in the CalendarQuery structure are private and should never be accessed directly.
Content:
Properties:
- public bool future_events { get; set; }
A shortcut to request all events scheduled for the future.
- public uint max_attendees { get; set; }
Specifies the maximum number of attendees to list for an event.
- public string order_by { get; set; }
Specifies order of entries in a feed.
- public int64 recurrence_expansion_end { get; set; }
Specifies the end of the time period to expand recurring events for,
exclusive.
- public int64 recurrence_expansion_start { get; set; }
Specifies the beginning of the time period to expand recurring events
for, inclusive.
- public bool show_deleted { get; set; }
Whether to include deleted/cancelled events in the query feed.
- public bool single_events { get; set; }
Indicates whether recurring events should be expanded or represented
as a single event.
- public string sort_order { get; set; }
Specifies direction of sorting.
- public int64 start_max { get; set; }
Together with
start_min, creates a timespan such that only events within the
timespan are returned
- public int64 start_min { get; set; }
Together with
start_max, creates a timespan such that only events within the
timespan are returned.
- public string timezone { get; set; }
The current timezone.
Creation methods:
- public CalendarQuery (string? q)
Creates a new CalendarQuery with its
q property set to q.
- public CalendarQuery.with_limits (string? q, int64 start_min, int64 start_max)
Creates a new CalendarQuery with its
q property set to q, and the time limits start_min and
start_max applied (both in seconds since the UNIX epoch).
Methods:
Inherited Members:
All known members inherited from class GData.Query
All known members inherited from class GLib.Object