Skip to content

Commit

Permalink
Add documentation on new parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
austinweisgrau committed Nov 4, 2024
1 parent 0118849 commit 4689216
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions parsons/zoom/zoom.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,10 @@ def get_meetings(
- All the ongoing meetings.
* - ``upcoming``
- All upcoming meetings including live meetings.
from_date: datetime.date or None
Optional start date for the range of meetings to retrieve.
to_date: datetime.date or None
Optional end date for the range of meetings to retrieve.
`Returns:`
Parsons Table
See :ref:`parsons-table` for output options.
Expand Down

0 comments on commit 4689216

Please sign in to comment.