from googly import CalendarAPI api = CalendarAPI() for event in api.get_events(): print(event)
This method will produce Events