-
First off, great app. This documentation is awesome. I want to get 2 dates that are either:
I'm using YAML config:
How should I best go about this? |
Beta Was this translation helpful? Give feedback.
Answered by
juftin
Jun 19, 2023
Replies: 1 comment
-
🤔 @Schachte it seems like a start_date: 2023-06-23
end_date: 2023-06-25
nights: 1 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Schachte
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🤔 @Schachte it seems like a
1
night reservation or a2
night reservation would work for you as long as it's between2023-06-23
and2023-06-25
. If that's right, I would removenights
from the YAML body entirely (I'm leaving it in below because1
is the default anyways). Camply won't combine reservations into two night bundles, instead it would send you two notifications (one for each night).