ICal import: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 54: Line 54:
The following custom fields can be used in the iCal. If present, the data is imported into the relevant booking field.
The following custom fields can be used in the iCal. If present, the data is imported into the relevant booking field.


<code>X-EMAIL: [email protected]</code>
X-PHONE: 12345678
 
X-NUMADULT: 2
<code>X-PHONE: 12345678</code>
X-NUMCHILD: 0
 
X-PRICE: 100
<code>X-NUMADULT: 2</code>
 
<code>X-NUMCHILD: 0</code>
 
<code>X-PRICE: 100</code>


== Notes ==
== Notes ==