Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

Commit

Permalink
Code commented.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sklyvan committed May 9, 2022
1 parent a433371 commit 559ce18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GoogleCalendar.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ def getEvents(self, fromDate=None, toDate=None, calendarID='primary'):
None
pageToken = events.get('nextPageToken')
if not pageToken: break
return eventsList
return eventsList # List of tuples (description, eventID, subjectID)

0 comments on commit 559ce18

Please sign in to comment.