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 calendar events (creation, update, start, end) into a Pandas DataFrame from the local Outlook instance running on the current computer.
Columns: - CASE ID (case:concept:name): Identifier of the meeting. - ACTIVITY (concept:name): One of the following activities: Meeting Created, Last Change of Meeting, Meeting Started, Meeting Completed. - TIMESTAMP (time:timestamp): Timestamp of the event. - case:subject: 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