max_vevent_rrule_occurrence: cosmetics
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user