Skip to content

Commit

Permalink
Mark max_results as optional
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamWhittingham committed Mar 11, 2024
1 parent 94164c6 commit 59ba532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycronofy/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ def real_time_scheduling(self,
user to after completing the OAuth flow.
:scope - A String representing additional state to
be passed within the OAuth flow.
:max_results - An Integer describing the maximum number of slots to calculate from the query.
:max_results - An Integer describing the maximum number of slots to calculate from the query (Optional)
:param dict event: - A dict describing the event
:param list target_calendars: - An list of dics stating into which calendars
to insert the created event
Expand Down

0 comments on commit 59ba532

Please sign in to comment.