Summary | Export iCalendar with a range of events |
Queue | Kronolith |
Queue Version | Git master |
Type | Enhancement |
State | Rejected |
Priority | 1. Low |
Owners | Horde Developers (at) |
Requester | almarin (at) um (dot) es |
Created | 12/10/2010 (5334 days ago) |
Due | |
Updated | 03/26/2014 (4132 days ago) |
Assigned | 07/02/2011 (5130 days ago) |
Resolved | 03/26/2014 (4132 days ago) |
Milestone | |
Patch | Yes |
Assigned to
State ⇒ Assigned
Version ⇒ Git master
Priority ⇒ 1. Low
New Attachment: api_kronolith_new_method_exportList.patch
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Kronolith
Summary ⇒ Export iCalendar with a range of events
Type ⇒ Enhancement
State ⇒ New
Working with kronolith API, it would be useful having a way to export
a range of events in the same calendar. To do that now you have to do
a call to 'list' function and then a call to 'export' function for
each UID. Apart from that with this way you don't have an unique
iCalendar with all events, it could have very poor performance.
I have created a new API method called exportList, which is a mix of
'list' and 'export' functions. I attach it just to let you to analyze
if it worth.
Regards