Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.29 KB

README.md

File metadata and controls

21 lines (13 loc) · 1.29 KB

Sykes Owner Calendar

A web service offering your Sykes Cottages property bookings as a calendar.

It uses the iCalendar standard, which is supported by many different calendar applications such as Outlook, Apple Calendar, Google Calendar.

Getting Started

This article does a good job at describing the steps for subscribing to a calendar with a few apps.

The URL for the bookings calendar is as follows:

https://sykes-owner-calendar.vercel.app/bookings/[property-id]?email=[email]&password=[password]
  • property-id is the unique identifier for your property which can be found from the properties dropdown on the Bookings page
  • email is the email of your Sykes account
  • password is the password of your Sykes account

WARNING: Giving credentials to a stranger is not advisable!

This service requires your credentials in order to authenticate on the website and retrieve your bookings, and there's no way around it. The code itself doesn't do anything malicious and I do not have malicious intentions.

Use at your own discretion.