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
2 changed files with 4 additions and 0 deletions

View File

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

View File

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