I represent a set of EVENT entries in a calendar sharing the same uid.
I can have recurrence. I can be scheduled between a start time and an end
time, returning a list of start and end points in UTC. I can have
exception dates.
|
|
|
|
|
|
|
|
|
|
|
removeEvent(self,
event)
Remove and event from the set. |
source code
|
|
|
|
getPoints(self,
start,
end)
Get an ordered list of start and end points between the given start
and end for this set of Events. |
source code
|
|
|
|
|
|
|
| _getEventInstanceSingle(self,
event,
start,
end) |
source code
|
|
|
|
| _getEventInstancesRecur(self,
event,
start,
end) |
source code
|
|
|
Event
|
|
|
Inherited from extern.log.log.Loggable:
__providedBy__,
debug,
doLog,
error,
info,
log,
logFunction,
logObjectName,
warning,
warningFailure,
writeMarker
|