vProperty types convert to jCal. Some of them contain more than one positional argument. #1526 addresses some of these where the parameters get lost. To solve this issue: - [ ] find the place in the tests where we list all property types. Use or create the fixture for parametrization. - [ ] get one example of each property type and set parameters - [ ] convert to jCal and back, assert that all parameters are still there. See: - Originally posted by @niccokunzmann in https://github.com/collective/icalendar/pull/1526#discussion_r3537285778 - icalendar.prop
vProperty types convert to jCal. Some of them contain more than one positional argument. #1526 addresses some of these where the parameters get lost.
To solve this issue:
See: