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 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 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
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref