Fix fetchInterval for sample calendar (#3139)

fixes #3138 just in case #3137 doesnt get worked on until the next
release

- inc fetchInterval for sample calender
- add fetchInterval config per calendar
This commit is contained in:
Veeck
2023-06-30 20:13:07 +02:00
committed by GitHub
parent 0e00e64493
commit ea818bf899
3 changed files with 9 additions and 4 deletions

View File

@@ -55,8 +55,9 @@ let config = {
config: {
calendars: [
{
fetchInterval: 7 * 24 * 60 * 60 * 1000,
symbol: "calendar-check",
url: "webcal://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics"
url: "https://ics.calendarlabs.com/76/mm3137/US_Holidays.ics"
}
]
}