mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-10 06:56:10 +01:00
28 lines
817 B
ReStructuredText
28 lines
817 B
ReStructuredText
|
.. index:: single: import; DestinationOne
|
||
|
single: DestinationOne
|
||
|
.. _importDestinationOne:
|
||
|
|
||
|
Import Destination One
|
||
|
======================
|
||
|
|
||
|
The extension provides out of the box to import events from Destination Data One.
|
||
|
|
||
|
The import can fetch events, dates, categories and images.
|
||
|
Multiple imports can be defined, e.g. one per experience.
|
||
|
Imports are configured as database entries "Import Configuration".
|
||
|
|
||
|
The import can be triggered via scheduler tasks as well as commands.
|
||
|
A single import as well as all imports at once can be triggered.
|
||
|
|
||
|
The import will:
|
||
|
|
||
|
* Add and update events
|
||
|
|
||
|
* Flush all dates for updated events and re-create all dates.
|
||
|
|
||
|
* Add and update all images for updated and added events.
|
||
|
|
||
|
The import will not:
|
||
|
|
||
|
* Remove outdated data. Use cleanup command :ref:`eventsRemovePast` instead.
|