Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Important
APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents a cross-tenant capability for basic calendar availability. This capability allows tenant administrators to control whether users can share basic calendar free/busy information across organizations.
Inherits from m365CapabilityBase.
Methods
This resource is part of a polymorphic collection managed by the m365CapabilityBase base type. Operations are performed through the base type endpoints on the crossTenantAccessPolicyConfigurationDefault or crossTenantAccessPolicyConfigurationPartner resources.
Properties
| Property | Type | Description |
|---|---|---|
| inboundAccess | m365CapabilityInboundAccess | The inbound access settings for the capability. Inherited from m365CapabilityBase. |
| lastModifiedDateTime | DateTimeOffset | The automatically updated last modified timestamp for the capability. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2024, is 2024-01-01T00:00:00Z. Inherited from m365CapabilityBase. |
| name | String | The name or identifier of the capability. Inherited from m365CapabilityBase. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.crossTenantCalendarAvailabilityBasic",
"name": "String (identifier)",
"lastModifiedDateTime": "String (timestamp)",
"inboundAccess": {
"@odata.type": "microsoft.graph.m365CapabilityInboundAccess"
}
}