Björn Kettunen

Results 427 comments of Björn Kettunen

```org #+BEGIN_SRC emacs-lisp :exports none #+END_SRC ```

I think the issues is that the username and the user path isn't the same but the package assumes this. The solution would be to resolve the username the path...

I noticed when using this the first sync runs fine but when sycing afterards org-asks me if I want to delete the event on the remote-calendar.

> Update: I created a branch that preserves the current functionality of this PR, while still reducing the divergence from upstream. The branch also includes several bugfixes and a unit...

This RFC mentions the `needs-action` state which could map quite nicely to a Blocked or waiting state. https://www.rfc-editor.org/rfc/rfc5545

> I also saw that you remove support for rrule is this intended? Restored here: https://github.com/Thaodan/org-caldav/commit/21313b7abe23a86d0283c91f1a519228a0bc2df4

> Hey I'm testing the refactored/your master branch right now. How do you map the blocked state to to vtodo? Answering myself: adding `WAITING` to`org-caldav-todo-percent-states` did the trick. I'm still...

> Answering myself: adding `WAITING` to`org-caldav-todo-percent-states` > did the trick. I'm still wondering the status field could be employed > for the blocked state, however I don't know if any...

> > I'm still wondering the status field could be employed for the blocked > > state, however I don't know if any ui uses the needs-action state. > I'm...

> Don't remember if intentional, but rrule wasn't used so it had no effect. > However, I saw in your branch you merged in some more work that makes use...