Home | Trees | Index | Help |
---|
Package vobject :: Module icalendar |
|
Classes | |
---|---|
DateOrDateTimeBehavior |
Parent Behavior for ContentLines containing one DATE or DATE-TIME. |
DateTimeBehavior |
Parent Behavior for ContentLines containing one DATE-TIME. |
DaylightOrStandard |
|
Duration |
Behavior for Duration ContentLines. |
FreeBusy |
Free or busy period of time. |
MultiDateBehavior |
Parent Behavior for ContentLines containing one or more DATE, DATE-TIME, or PERIOD. |
MultiTextBehavior |
Provide backslash escape encoding/decoding of each of several values. |
RecurringBehavior |
Parent Behavior for components which should be RecurringComponents. |
RecurringComponent |
A vCalendar component like VEVENT or VTODO which may recur. |
TextBehavior |
Provide backslash escape encoding/decoding for single valued properties. |
TimezoneComponent |
A VTIMEZONE object. |
Trigger |
DATE-TIME or DURATION |
UTCDateTimeBehavior |
A value which must be specified in UTC. |
VAlarm |
Alarm behavior. |
VCalendar2_0 |
vCalendar 2.0 behavior. |
VEvent |
Event behavior. |
VFreeBusy |
Free/busy state behavior. |
VJournal |
Journal entry behavior. |
VTimezone |
Timezone behavior. |
VTodo |
To-do behavior. |
Function Summary | |
---|---|
Convert to UTC if tzinfo is set, unless preserveTZ. | |
dateToString(date)
| |
deltaToOffset(delta)
| |
Return the tzid if it exists, or None. | |
isDuration(s)
| |
Helper, for converting numbers to textual digits. | |
parseDtstart(contentline)
| |
Register a tzid -> tzinfo mapping. | |
stringToDate(s,
tzinfos)
| |
Returns datetime.datetime object. | |
Returns list of timedelta objects. | |
stringToPeriod(s,
tzinfo)
| |
Returns list of strings. | |
Convert timedelta to an rfc2445 DURATION. |
Variable Summary | |
---|---|
tuple |
DATENAMES = ('rdate', 'exdate')
|
tuple |
DATESANDRULES = ('exrule', 'rrule', 'rdate', 'exdate')
|
list |
dateTimeOrDateList = ['DTEND', 'DTSTART', 'DUE', 'RECURR...
|
str |
escapableCharList = '\\;,Nn'
|
tuple |
FREQUENCIES = ('YEARLY', 'MONTHLY', 'WEEKLY', 'DAILY', '...
|
Logger |
logger = <logging.Logger instance at 0x4023608c>
|
list |
multiTextList = ['CATEGORIES', 'RESOURCES']
|
unicode |
PRODID = u'-//PYVOBJECT//NONSGML Version 1//EN'
|
tuple |
RULENAMES = ('exrule', 'rrule')
|
list |
textList = ['CALSCALE', 'METHOD', 'PRODID', 'CLASS', 'CO...
|
tzutc |
utc = tzutc()
|
list |
utcDateTimeList = ['LAST-MODIFIED', 'CREATED', 'COMPLETE...
|
tuple |
WEEKDAYS = ('MO', 'TU', 'WE', 'TH', 'FR', 'SA', 'SU')
|
dict |
__tzidMap = {'UTC': tzutc()}
|
Function Details |
---|
dateTimeToString(dateTime, preserveTZ=True)Convert to UTC if tzinfo is set, unless preserveTZ. Output string. |
getTzid(tzid)Return the tzid if it exists, or None. |
numToDigits(num, places)Helper, for converting numbers to textual digits. |
registerTzid(tzid, tzinfo)Register a tzid -> tzinfo mapping. |
stringToDateTime(s, tzinfo=None)Returns datetime.datetime object. |
stringToDurations(s, strict=False)Returns list of timedelta objects. |
stringToTextValues(s, strict=False)Returns list of strings. |
timedeltaToString(delta)Convert timedelta to an rfc2445 DURATION. |
Variable Details |
---|
DATENAMES
|
DATESANDRULES
|
dateTimeOrDateList
|
escapableCharList
|
FREQUENCIES
|
logger
|
multiTextList
|
PRODID
|
RULENAMES
|
textList
|
utc
|
utcDateTimeList
|
WEEKDAYS
|
__tzidMap
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Fri Dec 14 17:25:15 2007 | http://epydoc.sf.net |