Merge entries for supported graphical calendars

This commit is contained in:
Markus Unterwaditzer 2014-11-23 09:50:29 +01:00
parent 5b70688402
commit 0ac80f365d

View file

@ -15,13 +15,13 @@ Calendars
:doc:`vdir <vdir>`. You can use :doc:`vdir <vdir>`. You can use
:py:class:`vdirsyncer.storage.FilesystemStorage` with it. :py:class:`vdirsyncer.storage.FilesystemStorage` with it.
- The graphical calendar app `Orage <http://www.kolumbus.fi/~w408237/orage/>`_ - Many graphical calendar apps such as dayplanner_, Orage_ or rainlendar_ save
saves a calendar in a single ``.ics`` file. You can use a calendar in a single ``.ics`` file. You can use
:py:class:`vdirsyncer.storage.SingleFileStorage` with it. :py:class:`vdirsyncer.storage.SingleFileStorage` with those.
- The graphical calendar app `dayplanner <http://www.day-planner.org/>`_ seems .. _dayplanner: http://www.day-planner.org/
to store its data in a single ``.ics`` file. Therefore you should be able to .. _Orage: http://www.kolumbus.fi/~w408237/orage/
use :py:class:`vdirsyncer.storage.SingleFileStorage` with it. .. _rainlendar: http://www.rainlendar.net/
Contacts Contacts
-------- --------