syncgw / roundcube-select_for_sync
Select address books, calendars and task lists in RoundCube for synchronization with sync*gw.
Installs: 112
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:roundcube-plugin
Requires
- roundcube/plugin-installer: >=0.1.3
README
1. Deutsch
Mit diesem Plugin können Sie angeben, welche Adressbücher, Kalender, Aufgabenlisten und Notizen ihrer RoundCube Installation Sie mit Ihrem Handy / Smartphone synchonisieren möchten. Sie können dabei bei Ihren Addressbüchern auswählen, ob Sie alle Kontakte oder nur Kontakte mit Telefonnummern synchronisieren wollen.
Voraussetzungen
Um dieses Plugin nutzen zu können, benötigen Sie
- Eine funktionierende RoundCube Installation.
- Unser Produkt sync*gw installiert und konfiguriert.
- Wenn Sie Adressbücher synchronisieren möchten, dann benötigen Sie kein weiteres RoundCube Plugin.
- Wenn Sie Kalender synchronisieren möchten, dann installieren Sie bitte das calender-Plugin.
- Wenn Sie Aufgabenlisten synchrönisieren möchten, dann installieren Sie bitte das tasklist-Plugin.
- Wenn Sie Notizen synchronisieren mochten, dann installieren Sie bitte das primitivenotes-Plugin.
Installation
-
Bitte installieren das sync•gw-Plugin mit der Anweisung
composer require syncgw/roundcube-select_for_sync
-
Installieren sie optional das calender-Plugin mit der Anweisung
composer require kolab/calendar
-
Installieren Sie ggf. das tasklist-Plugin mit der Anweisung
composer require kolab/tasklist
Achtung: Wenn Sie das Plugin verwenden und eine Fehlermeldung in ihrer RoundCube Log-Datei erhalten, dann überprüfen sie bitte die Datei plugins/tasklist/config.inc.php
. Dort sollte $config['tasklist_driver'] = 'database';
angegeben sein.
-
Installieren Sie ggf. das primitivenotes-Plugin mit der Anweisung
composer require offerel/primitivenotes
-
Aktivieren Sie unser Plugin indem Sie in der Datei
config/config.inc.php
das Plugin eintragen$config['plugins'] = array( ... 'roundcube_select_for_sync', ... );
Benutzung
- Gehen Sie in das Menü
Einstellungen
und Konfigurieren Sie die Synchronisations-Einstellungen unter dem MenüpunktSynchronisationseinstellungen
. - Anschließend können Sie die ausgewählten Daten mit Ihrem Handy / Smartphone synchronisieren.
Viel Spaß bei der Benutzung!
2. English
With this Plugin you can specify in your RoundCube installation which address books, calendars, task lists and notes you want to synchronize with your cell phone / smart phone. For address boks you can specify whether you want to synchronize only contacts with a phone number specified or if you want to synchronize all contacts within this address book.
Requirements
To use this plugin, you need
- A functional RoundCube installation.
- Our product sync*gw installed and configured.
- If you want to synchronize address books, then you don't need any additional RoundCube plugin.
- If you want to synchronize calendar, then you need to install calender plugin.
- If you want to synchronize tasklis, then you need to install tasklist plugin.
- If you want to synchronize notes, then you need to install primitivenotes plugin.
Installation
-
Please install sync•gw plugin plugin with the following command
composer require syncgw/roundcube-select_for_sync
-
Optionally install calender plugin
composer require kolab/calendar
-
Optionally install tasklist plugin
composer require kolab/tasklist
Caution: If you use the plugin and receive a error message in RoundCube log file, then please check file
plugins/tasklist/config.inc.php
. There$config['tasklist_driver'] = 'database';
should be specified. -
Optionally install primitivenotes plugin
composer require offerel/primitivenotes
-
Activate our plugin by adding plugin name in file
config/config.inc.php
$config['plugins'] = array( ... 'roundcube_select_for_sync', ... );
Usage
- Go to menu
Settings
and configure synchronization settings by selectingSynchronization settings
. - Now you're ready to synchronize your selected data with your cell phone / smart phone.
Please enjoy!