mirror of
https://github.com/Ellpeck/ObsidianCustomFrames.git
synced 2024-11-14 22:59:10 +01:00
fixed google calendar preset forcing day view
This commit is contained in:
parent
8db94a85f9
commit
01ad91c8d4
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ export const presets: Record<string, CustomFrameSettings> = {
|
|||
}`
|
||||
},
|
||||
"calendar": {
|
||||
url: "https://calendar.google.com/calendar/u/0/r/day",
|
||||
url: "https://calendar.google.com/calendar",
|
||||
displayName: "Google Calendar",
|
||||
icon: "calendar",
|
||||
hideOnMobile: true,
|
||||
|
|
Loading…
Reference in a new issue