jackkamm

Results 32 comments of jackkamm

> I also saw that you remove support for rrule is this intended? Don't remember if intentional, but rrule wasn't used so it had no effect. However, I saw in...

I believe that the lines starting here are supposed to do the unfolding: https://github.com/dengste/org-caldav/blob/8569941a0a5a9393ba51afc8923fd7b77b73fa7a/org-caldav.el#L585 And for me, on Linux & radicale, it seems to work fine for unfolding the icalendar...

@randomizedthinking Are you using emacs or emacsclient? It works fine when starting plain emacs. However, it still doesn't work for me when I use emacsclient to connect to an existing...

@qqrs 's instructions worked great. Note it's important to use the latest version of `ofxclient` from github, not PyPi (which is a version behind) -- otherwise I get `TypeError: option...

Just a note that the version of `ofxclient` on PyPi is a version behind and still has this problem. Installing the latest version from github fixes it.

> I see this breakage occasionally in Doom emacs, in evil-visual-line-mode. Manually evaluating (setq-local transient-mark-mode t) seems to fix it. Thanks, this fixed the problem for me today! Note, simply...

Yes I think this would be good, and it would also be good to extract the ical->org conversion to a standalone module. Relatedly there is the venerable ical2org.awk script: https://orgmode.org/worg/org-tutorials/org-google-sync.html...

I've made a start on this with 619eb89 In particular, the new function `org-caldav-import-ics-buffer--intern` imports all events from an ICS file into an inbox file. By passing a tmpfile as...

I'd also like to note that the 1-way cal->org sync has a major flaw -- in the current implementation, all events in the eventdb are marked as deleted on Org...

OK, thanks for the info and prompt response. We won't deprecate the 1-way sync. I may try to add in some guardrails to prevent users switching between 1-way and 2-way...