An open API service indexing awesome lists of open source software.

https://github.com/biplo12/airbnb-stay-sync-chrome-ext

Sync Airbnb reservation details to your calendar with a single click.
https://github.com/biplo12/airbnb-stay-sync-chrome-ext

Last synced: about 2 months ago
JSON representation

Sync Airbnb reservation details to your calendar with a single click.

Awesome Lists containing this project

README

        

# Airbnb Stay Sync Extension

## Overview

The Airbnb Stay Sync Extension is a browser extension designed to help users sync their Airbnb stays to their calendar. This extension extracts stay details from the Airbnb website and generates an `.ics` file that can be imported into most calendar applications.

## Features

- **Extract Stay Details**: Automatically extracts stay details such as title, location, dates, and times from the Airbnb reservation page.
- **Generate .ics File**: Creates an `.ics` file for easy import into calendar applications.
- **User-Friendly Interface**: Simple and intuitive user interface for seamless operation.
- **Cross-Browser Support**: Compatible with major browsers like Chrome and Firefox.

## Installation

1. Clone the repository:
```sh
git clone https://github.com/Biplo12/airbnb-stay-sync.git
```
2. Open your browser and navigate to the extensions page:
- For Chrome: `chrome://extensions/`
- For Firefox: `about:addons`
3. Enable "Developer mode" (Chrome) or "Debug mode" (Firefox).
4. Click on "Load unpacked" and select the cloned repository folder.

## Usage

1. Navigate to the Airbnb reservation details page.
2. Click on the Airbnb Stay Sync extension icon in your browser toolbar.
3. Click the "Sync Stay" button.
4. An `.ics` file will be generated and downloaded automatically.

## Contributing

1. Fork the repository.
2. Create a new branch (`git checkout -b feature-branch`).
3. Make your changes.
4. Commit your changes (`git commit -am 'Add new feature'`).
5. Push to the branch (`git push origin feature-branch`).
6. Create a new Pull Request.

## License

This project is licensed under the MIT License.