You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.
I have set up the google-calendar-busy-now element to point to a calendar. If there are no items in the calendar that day it shows 'n/a' rather than 'I'm free'.
This is because the query that is executed does not return any busyTimes and does not override the 'n/a' label which is set before the user is authorised. In this case, I would have expected it to display 'I'm free' as there are no events within the query time frame.
I'm happy to try a pull-request for this if this behaviour is agreed.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have set up the
google-calendar-busy-now
element to point to a calendar. If there are no items in the calendar that day it shows 'n/a' rather than 'I'm free'.This is because the query that is executed does not return any
busyTimes
and does not override the 'n/a' label which is set before the user is authorised. In this case, I would have expected it to display 'I'm free' as there are no events within the query time frame.I'm happy to try a pull-request for this if this behaviour is agreed.
The text was updated successfully, but these errors were encountered: