From ac1c22a9c14e01cf37aaa73cb67ac0261d179160 Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Fri, 22 Sep 2023 15:43:14 +0200 Subject: [PATCH] Apply suggestions from code review Added changes as suggested w.r.t. linguistic issues and typos Co-authored-by: Anna Signed-off-by: Christian Wolf --- .../groupware/calendar_provider.rst | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/developer_manual/digging_deeper/groupware/calendar_provider.rst b/developer_manual/digging_deeper/groupware/calendar_provider.rst index 2573a4c03..f38e3dba1 100644 --- a/developer_manual/digging_deeper/groupware/calendar_provider.rst +++ b/developer_manual/digging_deeper/groupware/calendar_provider.rst @@ -17,7 +17,7 @@ There are classes and interfaces to connect with the WebDAV server. To combine t .. note:: Please be aware that this section uses the classes in ``\OCA\DAV`` which is by definition no public interface. Once there is a central solution presented, this should be updated. -Please note that CalDAV bases on WebDAV. WebDAV is a standardized way to access files over a network connection. Thus, the same notions are applied when handling calendars (and contacts). A calendar is mapped to a folder while an event in a calendar is mapped to a (relative) file. Having thin in your ind will allow you to get the principles of the API faster. +Please note that CalDAV bases on WebDAV. WebDAV is a standardized way to access files over a network connection. Thus, the same notions are applied when handling calendars (and contacts). A calendar is mapped to a folder while an event in a calendar is mapped to a (relative) file. Keeping this in mind will allow you to get the principles of the API faster. In the following sections, all these parts are considered separately. As there are quite some methods to be implemented, first the general structure of the classes are presented without implementing the abstract methods. Then, the methods are handled in groups to simplify reading. @@ -26,7 +26,7 @@ All snippets are prefixed by ``