Lisää OMS-kalenteri OMS-käyttäjälle
This commit is contained in:
parent
f0aeed8a73
commit
4baf48b163
44
files/oms-evolution-calendar.source
Normal file
44
files/oms-evolution-calendar.source
Normal 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
|
||||
@ -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))))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user