pm4py.connectors.extract_log_outlook_calendar#
- pm4py.connectors.extract_log_outlook_calendar(email_user: str | None = None, calendar_id: int = 9) 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
- Parameters:
email_user – (optional) e-mail address from which the (shared) calendar should be extracted
calendar_id (
int
) – identifier of the calendar for the given user (default: 9)
- Return type:
pd.DataFrame