| Method Summary |
| |
addRule(self,
rule,
rrulesorexrules)
Add an rrule or exrule, defaults to rrule. |
dateutil.rrule.rruleset
|
createDateUtilFromRule(self,
dtstart,
ignoreIsCount)
Return an appropriate dateutil.rrule.rruleset. |
str
|
getCustomDescription(self)
Return a string describing custom rules. |
bool
|
isComplex(self)
Determine if the rule is too complex to display a meaningful
description about it. |
bool
|
isCustomRule(self)
Determine if this is a custom rule. |
| |
moveDatesAfter(self,
after,
delta)
Move dates (later than "after") in exdates and rdates by
delta. |
| |
moveRuleEndBefore(self,
dtstart,
end)
Make self's rules end before end. |
| |
onValueChanged(self,
name)
If the RuleSet changes, update the associated event. |
| |
removeDates(self,
cmp,
endpoint)
Remove dates in exdates and rdates before or after endpoint. |
| |
setRuleFromDateUtil(self,
ruleSetOrRule)
Extract rules and dates from ruleSetOrRule, set them in self. |
Inherited from ContentItem:
__init__,
__str__,
__unicode__,
addToCollection,
ExportItemData,
getBasedAttributes,
getCurrentMeEmailAddress,
getEmailAddress,
getMembershipItem,
getSharedState,
InitOutgoingAttributes,
isAttributeModifiable,
ItemAboutString,
ItemBodyString,
ItemWhoFromString,
ItemWhoString,
removeFromCollection,
SetItemBodyString,
StampKind
Inherited from Item:
getDefaultParent,
getKind,
iterItems
Inherited from Item:
__getitem__,
__iter__,
_repr_,
addValue,
check,
clone,
collectionChanged,
copy,
delete,
dir,
find,
findMatch,
findPath,
findUUID,
getACL,
getAttributeValue,
getItemChild,
getItemCloud,
getItemDisplayName,
getItemDisplayString,
getValue,
getVersion,
hasAttributeAspect,
hasChild,
hasChildren,
hashItem,
hasKey,
hasLocalAttributeValue,
hasValue,
isAttributeDirty,
isItemOf,
isRemote,
iterAttributeValues,
iterChildren,
mixinKinds,
move,
placeChild,
printItem,
refCount,
removeACL,
removeAttributeValue,
removeValue,
rename,
setACL,
setAttributeValue,
setPinned,
setValue,
unwatchCollection,
unwatchKind,
walk,
watchCollection,
watchKind
Inherited from CItem:
__new__,
__repr__,
getAttributeAspect,
getDirty,
isDeleted,
isDeleting,
isDirty,
isNew,
isPinned,
isSchema,
isStale,
setDirty
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__reduce__,
__reduce_ex__,
__setattr__
|
| Instance Variable Summary |
| |
events: Events -- Sequence(CalendarEventMixin) |
| |
exdates: Exclusion Dates -- Sequence(DateTime) |
| |
exrules: Exclusion rules -- Sequence(RecurrenceRule) |
| |
rdates: Recurrence Dates -- Sequence(DateTime) |
| |
rrules: Recurrence rules -- Sequence(RecurrenceRule) |
Inherited from ContentItem:
body,
contentsOwner,
createdOn,
creator,
importance,
lastModified,
lastModifiedBy,
mine,
modifiedOn,
previousStamps,
private,
read,
sharedIn,
shares,
TPBDetailItemOwner,
TPBSelectedItemOwner,
viewContainer
Inherited from Item:
collections,
description,
displayName,
kindExtent,
monitors,
references,
watcherDispatch,
watchers,
watches
Inherited from Item:
aliasedBy,
path,
typeFor,
version
Inherited from CItem:
itsKind,
itsName,
itsParent,
itsPath,
itsRoot,
itsUUID,
itsVersion,
itsView
|