This is a good issue for new-to-icalendar contributors. Help is welcome!
In #1459, we realized that the initial choice of wording in the docstrings for the new() class methods might not be accurate in regards to whether properties are required, optional, or recommended, per the RFC specification of these terms.
To work on this issue, select one class, then:
- Compare the usage of its current docstring grammar against their Python implementation and their RFC specification, and determine the next step.
- Either add a comment to this issue stating that you have verified that the docstring is correct as is, or create a pull request where you adjust the class's docstring to align with both the Python implementation and RFC.
- For a pull request, follow our contributor guide and its relevant sections.
Files to check
Originally posted by @scop in #1459 (comment)
This is a good issue for new-to-icalendar contributors. Help is welcome!
In #1459, we realized that the initial choice of wording in the docstrings for the
new()class methods might not be accurate in regards to whether properties are required, optional, or recommended, per the RFC specification of these terms.To work on this issue, select one class, then:
Files to check
Originally posted by @scop in #1459 (comment)