dengste / org-caldav

Caldav sync for Emacs orgmode
GNU General Public License v3.0
724 stars 105 forks source link

Is VTODO items are / will be supported ? #71

Closed CharlesHD closed 1 year ago

CharlesHD commented 9 years ago

my org-icalendar exports TODO entries into VTODO icalendar items wich are not synced (but the sync doesn't fail). In the other hand if my ownCloud calendar have tasks, the sync fail here's the backtrace :

  signal(error ("Error while getting eventlist from https://owncloud.serv/remote.php/caldav/calendars/charleshd/tasks/."))
  error("Error while getting eventlist from %s." "http://owncloud.serv/remote.php/caldav/calendars/charleshd/tasks/")
  org-caldav-get-event-etag-list()
  org-caldav-update-events-in-cal(#<buffer org-caldav-109500Bs>)
  org-caldav-sync-calendar((:calendar-id "tasks" :files ("~/org/taskdiary.org") :inbox "~/org/fromtask.org"))
  org-caldav-sync()
  call-interactively(org-caldav-sync record nil)

Well i suspect VTODO items aren't supported but it would be a cool feature.

hugoroy commented 9 years ago

Yes, support for VTODO would be awesome :-)

grauschnabel commented 7 years ago

see #118

grauschnabel commented 7 years ago

this is now supported but not yet merged here. you can use my org-caldav repository if you need that. :)

CharlesHD commented 7 years ago

Nice thanks you. I'll close the issue once @dengste will pronounce on merging your PR or not.

ghost commented 5 years ago

Any news on the merge? This looks like an awesome feature.

grauschnabel commented 5 years ago

Yes, but I hade an issue with formating. So I cannot really go back. Any linting form @dengste would be fine to autoformat the code in the lisp files.

jackkamm commented 1 year ago

Resolved by #218