max_vevent_rrule_occurrence: cosmetics

This commit is contained in:
Peter Bieringer
2026-08-02 21:01:11 +02:00
parent 94c77e48d3
commit b9b80a8e88

View File

@@ -55,8 +55,8 @@ VCF_TO_ICS_BDAY_NO_YEAR: list = ["1604"]
# List of RRULE frequencies and their interval in seconds
RRULE_FREQUENCIES_TO_INTERVAL: dict[str, float] = {
"YEARLY": 365*60*60*24,
"MONTHLY": 365/12*60*60*24,
"YEARLY": 60*60*24*365,
"MONTHLY": 60*60*24*365/12,
"WEEKLY": 60*60*24*7,
"DAILY": 60*60*24,
"HOURLY": 60*60,