README.ja ![TimeTree to Google Calendar Converter Banner]
A simple web application to import a TimeTree public calendar to your Google Calendar. This project is built with Vite and React.
- Seamless Integration: Converts and transfers TimeTree public calendar events directly to your Google Calendar.
- User-Friendly Interface: Just paste your TimeTree public calendar URL and click a button.
- Open Source: The project is open-source, so anyone can inspect the code, contribute, or run it on their own.
- Navigate to the live application on GitHub Pages.
- Copy the URL of a public TimeTree calendar (e.g.,
https://timetreeapp.com/public_calendars/hbn_187). - Paste the URL into the input field on the page.
- Click the "Convert to Google Calendar" button.
- Follow the on-screen instructions to authorize and add the events to your Google Calendar.
- Frontend: React (with Vite)
- API Integration: TimeTree API, Google Calendar API
- Styling: Plain CSS
- Node.js (LTS version recommended)
- npm or Yarn
-
Clone the repository:
git clone [https://github.com/your-username/timetree-to-google-calendar-converter.git](https://github.com/your-username/timetree-to-google-calendar-converter.git) cd timetree-to-google-calendar-converter -
Install dependencies:
npm install # or yarn install
To start the development server:
npm run dev
# or yarn devThe application will be available at http://localhost:5173.
Building for Production To build the static site for production:
npm run build
# or yarn buildThe build files will be generated in the dist directory. You can then deploy these files to GitHub Pages.
We welcome contributions! Feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.