From d86537fa237b41433a63cbfc0843384000616ed5 Mon Sep 17 00:00:00 2001 From: Avnit bambah Date: Wed, 7 Feb 2024 17:44:28 -0800 Subject: [PATCH] Add Calander --- src/skeleton/services.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/skeleton/services.yaml b/src/skeleton/services.yaml index 2216ed7a..a6f0729c 100644 --- a/src/skeleton/services.yaml +++ b/src/skeleton/services.yaml @@ -71,3 +71,12 @@ href: http://ubuntu2.asbblog.com/ descripition: Casaos Ubuntu icon: casaos +- Other: + - Calander: + widget: + type: calendar + firstDayInWeek: sunday # optional - defaults to monday + view: monthly # optional - possible values monthly, agenda + maxEvents: 10 # optional - defaults to 10 + showTime: true # optional - show time for event happening today - defaults to false + timezone: America/Los_Angeles # optional and only when timezone is not detected properly (slightly slower performance) - force timezone for ical events (if it's the same - no change \ No newline at end of file