allenporter / ical

iCalendar rfc 2445 implementation
https://allenporter.github.io/ical/
Apache License 2.0
21 stars 5 forks source link

Recurrence rules BY* validations #80

Open allenporter opened 2 years ago

allenporter commented 2 years ago

Is your feature request related to a problem? Please describe. Need to enforce constraints on the BY* fields for recurrence rules.

Describe the solution you'd like Add pydantic validations to enforce the #s used (e.g. month is between 1 and 12, day of month is between 1 and 31, etc)

allenporter commented 2 years ago

Another example: