API
When using Availability Queries, you may now choose to have events with tentative attendance (i.e. where the user has responded to an event as "maybe attending") considered as free periods.
This may be useful when scheduling events that have higher importance than thoes where members are only considering to attend.
You can enable this behaviour by adding "ignore_tentative": true
for each member within the availability query:
{
"participants": [
{
"members": [
{
"sub": "acc_567236000909002",
"ignore_tentative": true
}
],
"required": "all"
}
],
...other Availability Query fields
}
More details can be found in the availability query documentation and also within the sequenced availability query documentation.