ICal Export: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Markkinchin (talk | contribs) |
||
| (7 intermediate revisions by 2 users not shown) | |||
| Line 16: | Line 16: | ||
== Limitations == | == Limitations == | ||
Only active bookings are exported, cancelled bookings will not appear. | Only active bookings are exported, cancelled bookings will not appear. | ||
Settings in prices which limit availability are not considered. | |||
Your Calendar program is responsible for routinely updating the calendar, we have no control over how often systems like Google calendar actually perform an update. | Your Calendar program is responsible for routinely updating the calendar, we have no control over how often systems like Google calendar actually perform an update. | ||
| Line 41: | Line 43: | ||
'''Include Room Description''': This link will show personal information plus the values of the template variables you have entered in the "iCal Room Description" field. | '''Include Room Description''': This link will show personal information plus the values of the template variables you have entered in the "iCal Room Description" field. | ||
If you add &nourl=1 to the URL the link to the booking will be removed. | |||
=== Activate === | === Activate === | ||
| Line 73: | Line 78: | ||
== Data Options == | == Data Options == | ||
Additional parameters can be added to the calendar URL to further specify the export data. | 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 | |||
|Prevents request status bookings appearing in the ical | |||
|- | |||
| &hideblack=true | |||
|Prevents black status bookings appearing in the ical | |||
|- | |||
| &showinquiry=true | |||
|Shows Inquiry bookings in the ical, they will not appear without this option. | |||
|- | |||
| &includerooms=true | |||
| Include the details of bookings included from other rooms as per the room dependency "Include Bookings From" settings. | |||
|- | |||
| &unavaildates=365 | |||
| The default days in the future returned is 365 days, this can be overridden with this parameter to any value between 0 and 750 days in advance. | |||
|- | |||
| &nourl=true | |||
| Hides the view booking link. | |||
|- | |||
| &back=7 | |||
| Include bookings from this many days ago (allowed values are 0 to 30). | |||
|- | |||
|} | |||
== Troubleshooting == | == Troubleshooting == | ||