tobixen / calendar-cli

Simple command-line CalDav client, for adding and browsing calendar items, todo list items
GNU General Public License v3.0
247 stars 23 forks source link

Consider duplication prevention through deterministic UIDs (is it a good or bad idea?) #66

Open tobixen opened 4 years ago

tobixen commented 4 years ago

Ref #29, when creating a new event, perhaps it could be an idea to make a deterministic uid based on a hash of the original icalendar object. This needs to be thought well through, perhaps google around and see if anyone else is doing things like this.

Benefits:

Disadvantages: