GData.CalendarFeed¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
d/r |
The number of times the feed has been completely cleared of entries. |
||
d/r |
The timezone in which the feed’s times are given. |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class GData.CalendarFeed(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
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:
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
.
Property Details¶
- GData.CalendarFeed.props.times_cleaned¶
- Name:
times-cleaned
- Type:
- Default Value:
0
- Flags:
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:
- Default Value:
- Flags:
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
.