-
Website
http://dancameron.org/ -
Original page
http://dancameron.org/pownce/1854 -
Subscribe
All Comments -
Community
-
Top Commenters
-
LillyLipscomb
1 comment · 1 points
-
paynito
1 comment · 1 points
-
stevehahn
8 comments · 1 points
-
futurelevel
2 comments · 1 points
-
Jason Hansen
4 comments · 2 points
-
-
Popular Threads
-
Splitting Content into Two Columns, e.g. Word Wrap with PHP or CSS + Javascript
2 weeks ago · 11 comments
-
Display a loading image until the page completes loading
3 days ago · 1 comment
-
Go Dodgers!
3 weeks ago · 1 comment
-
Splitting Content into Two Columns, e.g. Word Wrap with PHP or CSS + Javascript
When you're asking about duplicates, are you talking about in the context of syncing between systems creating duplicate entries?
Smarter syncing systems will be able to recognize whether two entries are actually identical, and (if so) merge them automatically. If the two entires are different, however, that's where it gets tricky, and duplicates is one of the easier solutions to that problem. There are other solutions as well, bu many of them would require some sort of manual confirmation, showing you what's different between the two items and asking you what to do about it.
I was just adding my thoughts that every additional calendar you add will only increase that complexity. I'm sure that you choose to use other calendars in addition to the one(s) that your company has chosen for a reason, whether it be a technical reason or a personal decision that the extra features are worth the extra sync headaches that accompany them.
I'm also in agreement that every calendar system should support the iCal standard, and I've even toyed with the idea of writing a translation service that takes data from various popular calendar apps and transforms it into iCal standard data, and also transforms it back out in the supported import formats, as the basis for a pluggable open source sync application. It's unlikely that I'll ever actually do this, though, due to lack of time as well as the probability that lots of people as smart or smarter than I have probably already tried it (since it's a very common problem) and have either solved it (and I haven't heard about it) or found that it was much more difficult than it seems.