| 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/10 (5600 days ago) |
| Due | |
| Updated | 3/26/14 (4398 days ago) |
| Assigned | 7/2/11 (5396 days ago) |
| Resolved | 3/26/14 (4398 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