No description
Find a file
2022-10-13 11:45:03 +02:00
adapters Add range parameter. 2022-10-13 11:06:44 +02:00
ci Add ci pipeline, doesn't really work because of oauth. 2022-09-28 17:55:27 +02:00
.gitignore Initial commit. 2022-09-28 15:52:52 +02:00
main.py Default logging level on startup. 2022-10-13 11:45:03 +02:00
README.md Improve readme. 2022-10-13 01:08:40 +02:00
requirements.txt Add requirements.txt. 2022-10-13 00:57:40 +02:00

Wordpress WP Booking System/Google Calendar integration

Usage

  1. Create a google service account which has permission to read the desired calendars (add it to the calendars).
  2. Add a key to the service account (choose the json option) and save it somewhere secure.
  3. Run this program once ./main.py --config config.yaml it will generate a example configuration file.
  4. Add the json contents into the example file under .google.credentials and fill in the rest of the options.
  5. To synchronize once run ./main.py --config config.yaml.

Known issues

If two Events are booked on the same date, only one of them will appear in the description on Wordpress.