https://github.com/midzdotdev/sykes-owner-calendar
📅 Serverless function serving Sykes Cottages property bookings as an iCal subscription.
https://github.com/midzdotdev/sykes-owner-calendar
icalendar
Last synced: 8 months ago
JSON representation
📅 Serverless function serving Sykes Cottages property bookings as an iCal subscription.
- Host: GitHub
- URL: https://github.com/midzdotdev/sykes-owner-calendar
- Owner: midzdotdev
- Created: 2024-01-12T19:45:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-13T00:10:56.000Z (over 2 years ago)
- Last Synced: 2025-04-09T13:44:05.915Z (about 1 year ago)
- Topics: icalendar
- Language: TypeScript
- Homepage: https://sykes-owner-calendar.vercel.app
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sykes Owner Calendar
A web service offering your [Sykes Cottages](https://www.sykescottages.co.uk) property bookings as a calendar.
It uses the [iCalendar](https://en.wikipedia.org/wiki/ICalendar) standard, which is supported by many different calendar applications such as Outlook, Apple Calendar, Google Calendar.
## Getting Started
[This article](https://help.hospitable.com/en/articles/4605516-how-can-i-add-the-ical-feed-to-the-calendar-on-my-device) 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](https://www.sykescottages.co.uk/owner/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.