From 05dbe56acf5aa0b0e13b68c965d1f3929be5a6be Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sun, 19 Oct 2014 14:50:16 +0200 Subject: [PATCH] Add dayplanner to list of supported applications --- docs/supported.rst | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/docs/supported.rst b/docs/supported.rst index c443b17..62f028a 100644 --- a/docs/supported.rst +++ b/docs/supported.rst @@ -5,10 +5,24 @@ Supported software Client applications =================== -- `khal `_, a calendar application supporting +Calendars +--------- + +- `khal `_, a CLI calendar application supporting :doc:`vdir `. You can use :py:class:`vdirsyncer.storage.FilesystemStorage` with it. +- The graphical calendar app `Orage `_ + saves a calendar in a single ``.ics`` file. You can use + :py:class:`vdirsyncer.storage.SingleFileStorage` with it. + +- The graphical calendar app `dayplanner `_ seems + to store its data in a single ``.ics`` file. Therefore you should be able to + use :py:class:`vdirsyncer.storage.SingleFileStorage` with it. + +Contacts +-------- + - `khard `_, a commandline addressbook supporting :doc:`vdir `. You can use :py:class:`vdirsyncer.storage.FilesystemStorage` with it. @@ -17,12 +31,8 @@ Client applications similar to :doc:`vdir `. There are some pitfalls though, `see the notes on the related issue `_. -- `The graphical calendar app Orage `_ - saves a calendar in a single ``.ics`` file. You can use - :py:class:`vdirsyncer.storage.SingleFileStorage` with it. - - `contactquery.c `_, - a small program explicitly written for querying vdirs from mutt + a small program explicitly written for querying vdirs from mutt. Supported servers =================