Skip to content

Commit

Permalink
Merge pull request #204 from tykeal/allow_short_events
Browse files Browse the repository at this point in the history
Docs: Update documentation for short events
  • Loading branch information
tykeal authored Jun 15, 2024
2 parents 1a702b9 + 2082ef4 commit c1f0ef3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ calendars and sensors to go with them related to managing rental properties.
- Configurable refresh rate from as often as possible to once per day (default
every 2 minutes)
- Define checkin/checkout times which will be added to all calendar entries
that are all day events
- Ability to ignore 'Blocked' and 'Not available' events
- Creates a customizable number of event sensors that are the current and
upcoming events
Expand Down Expand Up @@ -72,9 +73,9 @@ calendars and sensors to go with them related to managing rental properties.
control door codes matched to the number of events being tracked
- Custom calendars are supported as long as they provide a valid ICS file via
an HTTPS connection.
- Events on the calendar can be done in multiple ways, but all events will
be treated as all day events (which is how all of the rental platforms
provide events).
- Rental Events should be created as all day events (which is how all of
the rental platforms provide events)
- Maintenance style events should be created with start and end times
- The event Summary (aka event title) _may_ contiain the word Reserved.
This will cause the slot name to be generated in one of two ways:
- The word Reserved is followed by ' - ' and then something else, the
Expand Down
7 changes: 4 additions & 3 deletions info.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ calendars and sensors to go with them related to managing rental properties.
- Configurable refresh rate from as often as possible to once per day (default
every 2 minutes)
- Define checkin/checkout times which will be added to all calendar entries
that are all day events
- Ability to ignore 'Blocked' and 'Not available' events
- Creates a customizable number of event sensors that are the current and
upcoming events
Expand Down Expand Up @@ -73,9 +74,9 @@ calendars and sensors to go with them related to managing rental properties.
control door codes matched to the number of events being tracked
- Custom calendars are supported as long as they provide a valid ICS file via
an HTTPS connection.
- Events on the calendar can be done in multiple ways, but all events will
be treated as all day events (which is how all of the rental platforms
provide events).
- Rental Events should be created as all day events (which is how all of
the rental platforms provide events)
- Maintenance style events should be created with start and end times
- The event Summary (aka event title) _may_ contiain the word Reserved.
This will cause the slot name to be generated in one of two ways:
- The word Reserved is followed by ' - ' and then something else, the
Expand Down

0 comments on commit c1f0ef3

Please sign in to comment.