Recurrence infomation for an event; this is attached as an attribute
to a "normal" event
The entire ICS information is provided as one String in ICalendar
format. This string is stored and returned on request; it is as well
parsed, so you can request single information chunks (DTStart, DTEnd,
RROLE) from it.
The other way around is working as well; provide the information
chunks and the ICalendar formatted string is computed.
|
|
|
initFromData(self,
data)
Initialize a recurrence from ICalendar formatted String |
source code
|
|
|
initFromAttributes(self,
rrule,
dtstart,
dtend=None,
isAllDay=False)
Initialize a recurrence from the information chunks |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
prettyPrint(self)
Prints all attributes 'nicely'.. |
source code
|
|