ICal Export: Difference between revisions
Jump to navigation
Jump to search
| Line 76: | Line 76: | ||
== Data Options == | == Data Options == | ||
1. These options can be used to setup two way syncing to a google or other calendar without re-exporting imports and creating duplicate bookings. See also the options for iCal import to ignore duplicates. | |||
{| class="wikitable" | |||
|- | |||
! scope="col"| Paramenter | |||
! scope="col"| Use | |||
|- | |||
| &icalimport1=hide | |||
| add this to not include bookings imported from channel Ical Import 1. | |||
|- | |||
| &icalimport2=hide | |||
| add this to not include bookings imported from channel Ical Import 2. | |||
|- | |||
| &icalimport3=hide | |||
| add this to not include bookings imported from channel Ical Import 3. | |||
|- | |||
|} | |||
2. Additional parameters can be added to the calendar URL to further specify the export data. | |||
{| class="wikitable" | |||
|- | |||
! scope="col"| Paramenter | |||
! scope="col"| Use | |||
|- | |||
| &end=lastnight | |||
| Exports the end date of the booking as the date of the last night, i.e. one day before the checkout date | |||
|- | |||
| &dates=checkin | |||
| Only shows check-in days, not the rest of the booking | |||
|- | |||
| &dates=checkout | |||
| Only shows check-out days, not the rest of the booking | |||
|- | |||
| &showtime=true'' | |||
| Adds time to the calendar dates. Default checkin is added at 2PM and checkout at 10AM | |||
<span style="color:#fe746c;“ >{{#fas:exclamation-triangle}} </span>This option should only be used if your software requires dates including time information. | |||
|- | |||
| &starttime=hh:mm | |||
| Specifies the event start time, for example 16:00 when using &showtime=true | |||
|- | |||
| &endtime=hh:mm | |||
| Specifies the event end time, for example 11:00 when using &showtime=true | |||
|- | |||
| &timezone=Europe/London | |||
| Specify the timezone if your calendar needs it, the timezone must be a valid ical timezone value. Valid timezone values can be found in the TZ* column at this link http://en.wikipedia.org/wiki/List_of_tz_database_time_zones | |||
|- | |||
| &hiderequest=true | |||
|Hides request status bookings to prevent request status bookings appearing in the ical | |||
|- | |||
| &includerooms=true | |||
| Include the details of bookings included from other rooms as per the room dependency "Include Bookings From" settings. | |||
|- | |||
| &unavaildates=365 | |||
| The he default days in the future is 365 days, this can be overridden with this parameter to any value between 0 and 750 days in advance. | |||
|- | |||
| &nourl | |||
| | |||
|- | |||
|} | |||
== Troubleshooting == | == Troubleshooting == | ||