plone.app.event.dx.behaviors¶
Behaviors to enable calendarish event extension to dexterity content types.
- class plone.app.event.dx.behaviors.EventAccessor(context)[source]¶
Generic event accessor adapter implementation for Dexterity content objects.
- property timezone¶
Returns the timezone name for the event. If the start timezone differs from the end timezone, it returns a tuple with (START_TIMEZONENAME, END_TIMEZONENAME).