mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +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
|
: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
|
||||||
--------
|
--------
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue