First page Back Continue Last page Image

Time Sequence API

def getAvailableTimeSequence(self, from_date, to_date, portal_type=[], node=[],

resource=[], **kw):

Calculate available time for a node in multiple period of time.

Each row is the available time for a specific period

second, minute, hour, day, month, year - duration of each time period (cumulative)

[duration_1, duration_2, ...]


Notes:

Time Sequence API is defined and implemented on Selection Tool.

Aliases can be added on others classes to automatically defined some parameter.

Ex: on the Person class, node parameter is automatically calculed as the combination of the person uid and group calendar uid related to person assignment.