removed debian/README.Debian
[davical.git] / issues / i_54a5f811.cil
blob699c356f4a89000dd696096443f1ffa0bf2b2b2d
1 Summary: add rss/atom feed support for collections
2 Status: New
3 CreatedBy: leho <leho@kraav.com>
4 AssignedTo: 
5 DueDate: 
6 Comment: 0a7fac52
7 Inserted: 2010-12-25T13:53:22
8 Updated: 2010-12-26T17:50:10
10 It is usually not possible to easily or reliably notice newly created events in multi-user multi-calendar scenarios, especially if some events are created further in future or past i.e. far out of current (monthly, multi-week) views. RSS/Atom feeds provide a solution to this.
12 TODO:
13  * multiple-VEVENT (1/x) i.e. recurring and them handling
14  * DTSTAMP handling in addition to CREATED and LAST-MODIFIED, otherwise we have feed entries that have modification times in the future
15   - ...because feed's setModified is using time() right now, also mustfix
16  * Thunderbird RSS doesn't show a changed event as new, why is this and what to do about it?
17  * Thunderbird doesn't display feed item content in new window, but does display it in preview and in tab. Wtf?
18  * choose a parameter to ORDER BY (caldav_data.modified might not be the best option, perhaps calendar_item.last_modified)
19  * check up on isset()'s usefulness after new re $dt_created and them
20  * send whole collection on first feed pull. is there a way to differentiate when the client has freshly added the feed?