GDataCalendarFeed

GDataCalendarFeed — GData Calendar feed object

Stability Level

Stable, unless otherwise indicated

Properties

Types and Values

Object Hierarchy

    GObject
    ╰── GDataParsable
        ╰── GDataFeed
            ╰── GDataCalendarFeed

Includes

#include <gdata/services/calendar/gdata-calendar-feed.h>

Description

GDataCalendarFeed is a subclass of GDataFeed to represent a results feed from Google Calendar. It adds a couple of properties which are specific to the Google Calendar API.

Functions

gdata_calendar_feed_get_timezone ()

const gchar *
gdata_calendar_feed_get_timezone (GDataCalendarFeed *self);

Gets the “timezone” property.

Parameters

self

a GDataCalendarFeed

 

Returns

the feed's timezone, or NULL

Since 0.3.0


gdata_calendar_feed_get_times_cleaned ()

guint
gdata_calendar_feed_get_times_cleaned (GDataCalendarFeed *self);

Gets the “times-cleaned” property.

Parameters

self

a GDataCalendarFeed

 

Returns

the number of times the feed has been totally emptied

Since 0.3.0

Types and Values

GDataCalendarFeed

typedef struct _GDataCalendarFeed GDataCalendarFeed;

All the fields in the GDataCalendarFeed structure are private and should never be accessed directly.

Since 0.3.0


GDataCalendarFeedClass

typedef struct {
} GDataCalendarFeedClass;

All the fields in the GDataCalendarFeedClass structure are private and should never be accessed directly.

Since 0.3.0

Property Details

The “times-cleaned” property

  “times-cleaned”            guint

The number of times the feed has been completely cleared of entries.

Flags: Read

Default value: 0

Since 0.3.0


The “timezone” property

  “timezone”                 gchar *

The timezone in which the feed's times are given. This is a timezone name in tz database notation: reference.

Flags: Read

Default value: NULL

Since 0.3.0