Coder Social home page Coder Social logo

Fresh sync on TODO/task about org-caldav HOT 3 CLOSED

ratsclub avatar ratsclub commented on August 21, 2024
Fresh sync on TODO/task

from org-caldav.

Comments (3)

ratsclub avatar ratsclub commented on August 21, 2024 1

I replaced my entire configuration with the one provider here and it worked just fine. Thank you so much!

from org-caldav.

ratsclub avatar ratsclub commented on August 21, 2024

The workaround I found was to set org-caldav-sync-direction to 'cal->org and then setting it back to 'twoway.

from org-caldav.

jackkamm avatar jackkamm commented on August 21, 2024

I cannot reproduce this. Can you provide more details about your config and the steps you took? Also, are you able to reproduce this with a fresh calendar and minimal init.el?

Here's what I did:

  1. Create a new tasks calendar via Nextcloud Tasks tab, and add a few tasks

  2. Run emacs -q --load init.el, here's relevant part of init.el:

(add-to-list 'load-path "~/src/org-caldav")

(setq org-caldav-url "REDACTED")
(setq org-caldav-calendar-id "REDACTED")

(setq org-caldav-inbox "/path/to/test.org")
(setq org-caldav-files nil)

(setq org-caldav-sync-todo t)
(setq org-icalendar-include-todo 'all)
(setq org-caldav-sync-changes-to-org 'all)

(setq org-caldav-backup-file "/path/to/backup-file.org")
(setq org-caldav-debug-level 2)
(toggle-debug-on-error 1)
(require 'org-caldav)
  1. M-x org-caldav-sync

Then, org-caldav successfully created and populated test.org

from org-caldav.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.