I represent a set of VEVENT 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.
|
|
|
|
|
|
|
|
|
getPoints(self,
start=None,
delta=None,
clip=True)
Get an ordered list of start and end points from the given start
point, with the given delta, in this set of Events. |
source code
|
|
|
|
|
|
|
_getEventInstanceSingle(self,
event,
start,
end) |
source code
|
|
|
_getEventInstancesRecur(self,
event,
start,
end) |
source code
|
|
list of EventInstance
|
|
list of Event
|
|
Inherited from extern.log.log.Loggable :
__providedBy__ ,
__provides__ ,
debug ,
doLog ,
error ,
info ,
log ,
logFunction ,
logObjectName ,
warning ,
warningFailure ,
writeMarker
|