Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add calendar with one ics file per event? #140

Open
kflak opened this issue Mar 26, 2022 · 2 comments
Open

How to add calendar with one ics file per event? #140

kflak opened this issue Mar 26, 2022 · 2 comments

Comments

@kflak
Copy link

kflak commented Mar 26, 2022

Hi,

I'm dipping my toes into the emacs waters after years of vimming :-) and trying now to get my calendar setup working. I use vdirsyncer to sync my calendars from a nextcloud instance, and I am getting one ics file per event in that calendar. It's not clear to me how to import this into cfw.... I tried using a wildcard, but that didn't work out too well...:

    (cfw:ical-create-source "Calendar" "~/path/to/calendar/*.ics" "Gray")  ; 

Any help much appreciated!

@hperrey
Copy link

hperrey commented Nov 7, 2022

I unfortunately do not know how to achieve this with calfw. Just in case you have not already solved it or for future visitors I just want to bring up an alternative: this is the exact setup for which I wrote khalel which allows me to interact from Org mode with calendars synced via vdirsyncer: https://gitlab.com/hperrey/khalel
If you already have vdirsyncer set up, you only need to install the Python package khal and you have all the prerequisites in place :)

@kflak
Copy link
Author

kflak commented Nov 7, 2022

Hi there, thanks for the tip! I use khal as well, and my emacs experiment ended in ignomy and I slinked back to my beloved neovim :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants