GData.CalendarFeed

g GData.CalendarFeed GData.CalendarFeed GData.Feed GData.Feed GData.Feed->GData.CalendarFeed GData.Parsable GData.Parsable GData.Parsable->GData.Feed GObject.Object GObject.Object GObject.Object->GData.Parsable

Subclasses:

None

Methods

Inherited:

GData.Feed (19), GData.Parsable (5), GObject.Object (37)

Structs:

GObject.ObjectClass (5)

get_times_cleaned ()

get_timezone ()

Virtual Methods

Inherited:

GData.Parsable (9), GObject.Object (7)

Properties

Inherited:

GData.Feed (13), GData.Parsable (1)

Name

Type

Flags

Short Description

times-cleaned

int

d/r

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

timezone

str

d/r

The timezone in which the feed’s times are given. deprecated

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Name

Type

Access

Description

parent

GData.Feed

r

Class Details

class GData.CalendarFeed(**kwargs)
Bases:

GData.Feed

Abstract:

No

Structure:

GData.CalendarFeedClass

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

New in version 0.3.0.

get_times_cleaned()
Returns:

the number of times the feed has been totally emptied

Return type:

int

Gets the GData.CalendarFeed :times-cleaned property.

New in version 0.3.0.

Deprecated since version 0.17.2: Unsupported by the online API any more. There is no replacement; this will always return None.

get_timezone()
Returns:

the feed’s timezone, or None

Return type:

str

Gets the GData.CalendarFeed :timezone property.

New in version 0.3.0.

Deprecated since version 0.17.2: Unsupported by the online API any more. There is no replacement; this will always return None.

Property Details

GData.CalendarFeed.props.times_cleaned
Name:

times-cleaned

Type:

int

Default Value:

0

Flags:

DEPRECATED, READABLE

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

New in version 0.3.0.

Deprecated since version 0.17.2: Unsupported by the online API any more. There is no replacement; this will always return 0.

GData.CalendarFeed.props.timezone
Name:

timezone

Type:

str

Default Value:

None

Flags:

DEPRECATED, READABLE

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

New in version 0.3.0.

Deprecated since version 0.17.2: Unsupported by the online API any more. There is no replacement; this will always return None.