From e18b61f18063d23e9c3dc971729a541ce57fdfa6 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Mon, 15 Jun 2015 09:19:21 -0400 Subject: [PATCH] Improve API documentation /Calendar/calendarslist --- UI/Scheduler/UIxCalendarSelector.m | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/UI/Scheduler/UIxCalendarSelector.m b/UI/Scheduler/UIxCalendarSelector.m index a20579feb..7bc5bacff 100644 --- a/UI/Scheduler/UIxCalendarSelector.m +++ b/UI/Scheduler/UIxCalendarSelector.m @@ -249,6 +249,14 @@ _intValueFromHex (NSString *hexString) * @apiSuccess (Success 200) {Number} calendars.notifications.notifyOnExternalModifications 1 if a mail is sent for each modification made by someone else * @apiSuccess (Success 200) {Number} calendars.notifications.notifyUserOnPersonalModifications 1 if a mail is sent to an external address for modification made by the owner * @apiSuccess (Success 200) {String} [calendars.notifications.notifiedUserOnPersonalModifications] Email address to notify changes + * @apiSuccess (Success 200) {Object[]} urls URLs to this calendar + * @apiSuccess (Success 200) {String} [urls.calDavURL] CalDAV URL + * @apiSuccess (Success 200) {String} [urls.webDavXMLURL] WebDAV XML URL + * @apiSuccess (Success 200) {String} [urls.webDavICSURL] WebDAV ICS URL + * @apiSuccess (Success 200) {String} [urls.publicWebDavXMLURL] Public WebDAV XML URL + * @apiSuccess (Success 200) {String} [urls.publicWebDavICSURL Public WebDAV ICS URL + * @apiSuccess (Success 200) {String} [urls.publicCalDavURL] Public CalDAV URL + * @apiSuccess (Success 200) {String} [urls.webCalendarURL] External WebDAV ICS URL */ - (WOResponse *) calendarsListAction {