Skip to content

Commit

Permalink
Include the next page token
Browse files Browse the repository at this point in the history
  • Loading branch information
MelissaAutumn committed Dec 11, 2023
1 parent ee7bd74 commit 801f4bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion backend/src/appointment/controller/apis/google_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,9 @@ def list_events(self, calendar_id, time_min, time_max, token):
'items/description',
'items/attendees',
'items/start',
'items/end'
'items/end',
# Top level stuff
'nextPageToken',
)
)

Expand Down

0 comments on commit 801f4bd

Please sign in to comment.