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
This example is for setting up sharing of free/busy information for Exchange Online. In this example you are requesting to read free/busy information of example.contoso.com with tenant ID 9d341953-da1f-41b0-8810-76d6ef905273 represtend by ForestName and TargetTenantID parameters. TargetServiceEpr is set to Exchange Online endpoint depending on where the requested tenant is loated in the cloud.
72
+
This example sets up the sharing of free/busy information for Exchange Online. In this example, you're requesting to read free/busy information of contoso.contoso.com (tenant ID value 9d341953-da1f-41b0-8810-76d6ef905273), and contoso.com is a regular Microsoft 365 organization.
74
73
75
74
## PARAMETERS
76
75
@@ -79,7 +78,7 @@ The AccessMethod parameter specifies how the free/busy data is accessed. Valid v
79
78
80
79
- PerUserFB: Per-user free/busy information can be requested. The free/busy data is accessed in the defined per-user free/busy proxy account or group, or in the All Exchange Servers group. This value requires a trust between the two forests, and requires you to use either the UseServiceAccount parameter or Credentials parameter.
81
80
- OrgWideFB: Only default free/busy for each user can be requested. The free/busy data is accessed in the per-user free/busy proxy account or group in the target forest. This value requires you to use either the UseServiceAccount parameter or Credentials parameter.
82
-
- OrgWideFBBasic: Only specified for free/busy sharing between tenants that are all in Exchange Online.
81
+
- OrgWideFBBasic: Free/busy sharing between tenants that are all in Exchange Online.
83
82
- InternalProxy: The request is proxied to an Exchange in the site that has a later version of Exchange.
84
83
- PublicFolder: This value was used to access free/busy data on Exchange Server 2003 servers.
The TargetServiceEPR parameter specificies the Exchange Online Calendar Service URL of the external organization whose free/busy informaton you are trying to read.
208
-
The following are the Exchange Online Calendar Service URLs for external organization in different Exchange Online environments
206
+
This parameter is available only in the cloud-based service.
207
+
208
+
The TargetServiceEpr parameter specificies the Exchange Online Calendar Service URL of the external organization whose free/busy informaton you're trying to read. Valid values are:
209
209
210
210
- Microsoft 365 or Microsoft 365 GCC: outlook.office.com
211
211
- Office 365 operated by 21Vianet: partner.outlook.cn
212
-
- Microsoft 365 DoD or GCC High: outlook.office365.us
212
+
- Microsoft 365 GCC High or DoD: outlook.office365.us
0 commit comments