pm4py.algo.connectors.variants.outlook_calendar module#

class pm4py.algo.connectors.variants.outlook_calendar.Parameters(*values)[source]#

Bases: Enum

EMAIL_USER = 'email_user'#
CALENDAR_ID = 'calendar_id'#
pm4py.algo.connectors.variants.outlook_calendar.apply(parameters: Dict[str, Any] | None = None) DataFrame[source]#

Extracts the history of the calendar events (creation, update, start, end) in a Pandas dataframe from the local Outlook instance running on the current computer.

CASE ID (case:concept:name) => identifier of the meeting ACTIVITY (concept:name) => one between: Meeting Created, Last Change of Meeting, Meeting Started, Meeting Completed TIMESTAMP (time:timestamp) => the timestamp of the event case:subject => the subject of the meeting

Returns:

Pandas dataframe

Return type:

dataframe