Template Variables: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 652: | Line 652: | ||
These template variables will create iCal links which allow the booking to be added to a calendar. | These template variables will create iCal links which allow the booking to be added to a calendar. | ||
[ICALURL] - | [ICALURL] - Calendar link | ||
[ICALURL:16] - | [ICALURL:16] - Calendar link with check-in hour. Replace '16' with the hour check-in starts. | ||
[ICALURL::10] - | [ICALURL::10] - Calendar link with check-out hour. Replace '10' with the hour with the hour check-out ends. | ||
[ICALURL::::description text] - | [ICALURL:::summary text] - Calendar link with a summary text | ||
[ICALURL::::description text] - Calendar link with a descriptive text | |||
Example: | Example: | ||
Calendar link with check-in time 16:00, check-out time 10:00, summary text of "Booking" and | Calendar link with check-in time 16:00, check-out time 10:00, summary text of "Booking" and the description text 'Sunny Hotel': | ||
[ICALURL:16:10:Booking:Sunny Hotel] | |||
== Invoice Table == | == Invoice Table == | ||