heimdallr.utilities.server.google_calendar.get_calender_df¶
- heimdallr.utilities.server.google_calendar.get_calender_df(calendar_id: str, credentials_base_path: Path, num_entries: int = 30) DataFrame [source]¶
Shows basic usage of the Google Calendar API. Prints the start and name of the next 10 events on the user’s calendar.
- Parameters
num_entries –
credentials_base_path –
- Return type