fixed google calendar preset forcing day view

This commit is contained in:
Ell 2022-09-17 17:34:41 +02:00
parent 8db94a85f9
commit 01ad91c8d4

View file

@ -30,7 +30,7 @@ export const presets: Record<string, CustomFrameSettings> = {
}` }`
}, },
"calendar": { "calendar": {
url: "https://calendar.google.com/calendar/u/0/r/day", url: "https://calendar.google.com/calendar",
displayName: "Google Calendar", displayName: "Google Calendar",
icon: "calendar", icon: "calendar",
hideOnMobile: true, hideOnMobile: true,