API
When using Availability Queries, you may now choose to only consider managed events (those created by your application) when evaluating busy times for a member of the query.
This is useful if you wish to avoid double booking with other events you've created, whilst ignoring events that have originated elsewhere.
Opt-in to this new mode by passing "only_managed_events": true
for the member:
{
"participants": [
{
"members": [
{
"sub": "acc_567236000909002",
"only_managed_events": true
}
],
"required": "all"
}
],
...other Availability Query fields
}
See our documentation on the new field here.