2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-19 12:46:03 +00:00

57_SSCal: contrib 1.15.0

git-svn-id: https://svn.fhem.de/fhem/trunk@21302 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2020-02-28 08:09:35 +00:00
parent bfdd77aca5
commit 1214967e88

View File

@ -3999,16 +3999,16 @@ return $default;
<h3>SSCal</h3> <h3>SSCal</h3>
<ul> <ul>
With this module the Synology Calendar Server is integrated into FHEM. This module is used to integrate Synology Calendar Server with FHEM.
The module SSCal is based on functions of the Synology Calendar API. <br><br> The SSCal module is based on functions of Synology Calendar API. <br><br>
The connection to the calendar server is done by a session ID after successful login. Requests to the server are The connection to the calendar server is established via a session ID after successful login. Requirements/queries of the server
internal stored in a queue and are handled sequentially. If the calendar server is temporary unavailable, are stored internally in a queue and processed sequentially. If the calendar server is temporarily unavailable
the stored requests are catched up once the server is available again. <br><br> the saved queries are retrieved as soon as the connection to the server is working again. <br><br>
You can handle diaries (Events) as well as task lists (ToDo). For these different types of calendar Both appointment calendars (Events) and task lists (ToDo) can be processed. For these different calendar types
different models of calendar devices can be definied, model <b>Diary</b> for diaries and model <b>Tasks</b> for different device models can be defined, Model <b>Diary</b> for appointments and Model <b>Tasks</b> for
task lists. <br><br> Task lists. <br><br>
If you want discuss about or like to support the development of this module, there is a thread in the FHEM forum:<br> If you want discuss about or like to support the development of this module, there is a thread in the FHEM forum:<br>
<a href="https://forum.fhem.de/index.php/topic,106963.0.html">57_SSCal - Modul für den Synology Kalender</a>.<br><br> <a href="https://forum.fhem.de/index.php/topic,106963.0.html">57_SSCal - Modul für den Synology Kalender</a>.<br><br>