mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Merge entries for supported graphical calendars
This commit is contained in:
parent
5b70688402
commit
0ac80f365d
1 changed files with 6 additions and 6 deletions
|
|
@ -15,13 +15,13 @@ Calendars
|
|||
:doc:`vdir <vdir>`. You can use
|
||||
:py:class:`vdirsyncer.storage.FilesystemStorage` with it.
|
||||
|
||||
- The graphical calendar app `Orage <http://www.kolumbus.fi/~w408237/orage/>`_
|
||||
saves a calendar in a single ``.ics`` file. You can use
|
||||
:py:class:`vdirsyncer.storage.SingleFileStorage` with it.
|
||||
- Many graphical calendar apps such as dayplanner_, Orage_ or rainlendar_ save
|
||||
a calendar in a single ``.ics`` file. You can use
|
||||
:py:class:`vdirsyncer.storage.SingleFileStorage` with those.
|
||||
|
||||
- The graphical calendar app `dayplanner <http://www.day-planner.org/>`_ seems
|
||||
to store its data in a single ``.ics`` file. Therefore you should be able to
|
||||
use :py:class:`vdirsyncer.storage.SingleFileStorage` with it.
|
||||
.. _dayplanner: http://www.day-planner.org/
|
||||
.. _Orage: http://www.kolumbus.fi/~w408237/orage/
|
||||
.. _rainlendar: http://www.rainlendar.net/
|
||||
|
||||
Contacts
|
||||
--------
|
||||
|
|
|
|||
Loading…
Reference in a new issue