I represent a VEVENT entry in a calendar for our purposes. I can have
recurrence. I can be scheduled between a start time and an end time,
returning a list of start and end points. I can have exception dates.
|
|
| __init__(self,
uid,
start,
end,
content,
rrules=None,
recurrenceid=None,
exdates=None) |
source code
|
|
|
|
| _ensureTimeZone(self,
dateTime,
tz=UTCTimezone()) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from extern.log.log.Loggable:
debug,
doLog,
error,
info,
log,
logFunction,
logObjectName,
warning,
warningFailure,
writeMarker
|