Open pank opened 10 years ago
The TS-n prefix is explicitly removed by org-caldav, because there currently needs to be a one-to-one relationship between entries in Org and on the calendar side. Otherwise, what should happen if you change only one of the entries in your calendar? How should that get synced back to Org?
@dengste I see what you mean. It clashes a bit with my methodology of scheduling optimistically to try and finish things earlier and having set in stone deadlines. Perhaps it would be okay to violate one to one for the ability to have double-entry for scheduled/deadline and modifying the title of either would be undefined behavior. At least for me that might be the best option.
Hi, I often organize my calendar like
With the latest
emacs-bzr
andorg-mode-git
andorg-caldav
the second time-stamp is ignored. In the*org-caldav-debug*
buffer it says it's a double-entry. However,ox-icalendar
already support events like the above by prefixing the UID withTS-n
wheren
is an integer.If it is technically possibly to support events such as the one above by
org-caldav
it would be great if they worked.