Merge pull request #3388 from mikeyobrien/working-calendar-example

Include calfw-ical package in :calendar
This commit is contained in:
Henrik Lissner 2020-06-17 14:39:36 -04:00 committed by GitHub
commit 39bb3aa72d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -36,6 +36,9 @@
cfw:open-org-calendar-withkevin
my-open-calendar))
(use-package! calfw-ical
:commands (cfw:ical-create-source))
(use-package! org-gcal
:commands (org-gcal-sync

View file

@ -3,4 +3,5 @@
(package! calfw :pin "03abce97620a4a7f7ec5f911e669da9031ab9088")
(package! calfw-org :pin "03abce97620a4a7f7ec5f911e669da9031ab9088")
(package! calfw-ical :pin "03abce97620a4a7f7ec5f911e669da9031ab9088")
(package! org-gcal :pin "744505832b34e07b44a5d97d8720b2d7492d7fc9")