dengste / org-caldav

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

Do not add UIDs to entries that match org-caldav-skip-conditions #170

Closed knatsakis closed 5 years ago

knatsakis commented 5 years ago

Please consider merging this.

With this patch, UIDs will not be added to org entries that match org-caldav-skip-conditions and will not be synced anyway.

So, by using a skip condition (e.g.: 'nottimestamp), one can avoid polluting the org file with useless UIDs (UIDs will be added only to entries with a timestamp).