Lisää OMS-kalenteri OMS-käyttäjälle

This commit is contained in:
Saku Laesvuori 2026-08-16 12:48:13 +03:00
parent f0aeed8a73
commit 4baf48b163
Signed by: slaesvuo
GPG Key ID: 257D284A2A1D3A32
2 changed files with 51 additions and 2 deletions

View File

@ -0,0 +1,44 @@
[Data Source]
DisplayName=OMS
Enabled=true
Parent=webcal-stub
[Authentication]
Host=calendar.google.com
Method=plain/password
Port=443
ProxyUid=system-proxy
RememberPassword=true
User=
CredentialName=
IsExternal=false
[Security]
Method=tls
[WebDAV Backend]
AvoidIfmatch=false
CalendarAutoSchedule=false
Color=
DisplayName=
EmailAddress=
ResourcePath=/calendar/ical/olarinmaensamoojat@gmail.com/public/basic.ics
ResourceQuery=
SslTrust=
Order=4294967295
Timeout=30
LimitDownloadDays=0
[Calendar]
BackendName=webcal
Color=rgb(38,162,105)
Selected=true
Order=0
[Offline]
StaySynchronized=true
[Refresh]
Enabled=true
EnabledOnMeteredNetwork=true
IntervalMinutes=30

View File

@ -19,7 +19,8 @@
#:use-module (gnu packages tex)
#:use-module (gnu packages version-control)
#:use-module (gnu packages video)
#:use-module (guix gexp))
#:use-module (guix gexp)
#:use-module (oms channel-file))
(define-public oms-home-environment
(home-environment
@ -64,5 +65,9 @@
'autostart-tour home-xdg-configuration-files-service-type
`(("autostart/gnome-tour.desktop"
,(file-append gnome-tour
"/share/applications/org.gnome.Tour.desktop")))))
"/share/applications/org.gnome.Tour.desktop"))))
(simple-service
'oms-calendar home-xdg-configuration-files-service-type
`(("evolution/sources/oms.source"
,(channel-file "oms-evolution-calendar.source")))))
%base-home-services))))