Skip to content

Commit

Permalink
Merge pull request #108 from RahulARanger/master
Browse files Browse the repository at this point in the history
Mentioned required format for parse_events
  • Loading branch information
jameselks authored Jul 1, 2022
2 parents fdd7a02 + 67bfd7a commit 9be3e1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions icalevents/icalparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,8 @@ def parse_events(content, start=None, end=None, default_span=timedelta(days=7)):
Query the events occurring in a given time range.
:param content: iCal URL/file content as String
:param start: start date for search, default today
:param end: end date for search
:param start: start date for search, default today (in UTC format)
:param end: end date for search (in UTC format)
:param default_span: default query length (one week)
:return: events as list
"""
Expand Down

0 comments on commit 9be3e1b

Please sign in to comment.