Skip to content

Commit

Permalink
add RFC quote
Browse files Browse the repository at this point in the history
  • Loading branch information
niccokunzmann committed Aug 31, 2024
1 parent 97df7c5 commit 17e982e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test/test_issue_75_range_parameter.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
"""This tests the range parameter for ics file.
see https://github.com/niccokunzmann/python-recurring-ical-events/issues/75
Description: This parameter can be specified on a property that
specifies a recurrence identifier. The parameter specifies the
effective range of recurrence instances that is specified by the
property. The effective range is from the recurrence identifier
specified by the property. If this parameter is not specified on
an allowed property, then the default range is the single instance
specified by the recurrence identifier value of the property. The
parameter value can only be "THISANDFUTURE" to indicate a range
defined by the recurrence identifier and all subsequent instances.
The value "THISANDPRIOR" is deprecated by this revision of
iCalendar and MUST NOT be generated by applications.
"""

import pytest
Expand Down

0 comments on commit 17e982e

Please sign in to comment.