| Trees | Indices | Help |
|---|
|
|
extern.log.log.Loggable --+
|
Calendar
I represent a parsed iCalendar resource. I have a list of VEVENT sets from which I can be asked to schedule points marking the start or end of event instances.
|
|||
|
|||
|
|||
| list of Point |
|
||
| list of EventInstance |
|
||
|
Inherited from |
|||
|
|||
logCategory = Implementors can provide a category to log their messages under. |
|||
|
|||
Add a parsed VEVENT definition.
|
Get all points from the given start time within the given delta. End Points will be ordered before Start Points with the same time. All points have a dt in the timezone as specified in the calendar. start defaults to now. delta defaults to 0, effectively returning all points at this time.
|
Get a list of active event instances at the given time.
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sun Sep 13 13:19:34 2009 | http://epydoc.sourceforge.net |