Microsoft Exchange Calendar For Mac

Posted on by
  1. Microsoft Exchange Calendar For Mac 2016
  2. Microsoft Exchange Calendar For Mac Download
  3. Mac Outlook Open Calendar
-->

Applies to:Outlook for Mac, Outlook 2019 for Mac

Open a shared Exchange calendar in Outlook 2016 for Mac Share your calendar in Outlook 2016 for Mac Important: To open another person's address book, calendar, or mail folder, both you and the other person must have Microsoft Exchange account. Feb 26, 2020  1 Exchange 2016 CU3 and above supported. 2 eDiscovery and Legal Hold for compliance on channel messages is supported for all hosting options. 3 Teams private chat messages are not yet supported for Legal Hold for this hosting option. 4 Retention will use a shadow mailbox for the online user to store messages. Microsoft Teams Supports eDiscovery.

As an IT admin, you may want to provide Outlook for Mac users in your organization with a standard set of preferences in either of the following ways:

  • Set a default preference, which users can change.
  • Force a particular preference, which users can’t change.

The following preferences can be used to simplify account setup for Office 365 mailboxes, help protect company data, and support a streamlined user experience.

These keys are CFPreferences-compatible, which means that it can be set by using enterprise management software for Mac, such as Jamf Pro.

Mailbox settings

Automatically configure Office 365 mailbox on first launch

The email address used for Office activation will be added on first launch.

Domaincom.microsoft.office
KeyOfficeAutoSignIn
Data TypeBoolean
Possible valuesfalse (default)
true
Availability16.17
CommentsThis key also suppresses first run dialogs for other Office apps, including Word, Excel, PowerPoint, and OneNote.

Specify Office 365 mailbox to be added on first launch

Set the domain or full email address of Office 365 mailbox to be added on first launch.

Domaincom.microsoft.Outlook
KeyDefaultEmailAddressOrDomain
Data TypeString
Possible valuesvarious (example: 'contoso.com')
Availability16.18
CommentsThe full email address or domain specified will be added in Outlook instead of the Office activation email address.

Allow only corporate mailboxes to be added

Specify one or more domains users are allowed to add in Outlook.

Domaincom.microsoft.Outlook
KeyAllowedEmailDomains
Data TypeArray of Strings
Possible valuesVarious (example: 'contoso.com$')
Availability16.18
CommentsFormat strings as regular expressions. Does not remove or disconnect accounts already added in Outlook.

Hide text about adding non-corporate mailboxes

Hide the “Did you know? Outlook supports…” text in the Set Up Your Email success dialog box.

Domaincom.microsoft.Outlook
KeyHideCanAddOtherAccountTypesTipText
Data TypeBoolean
Possible valuesfalse (default)
true
Availability16.18
CommentsOnly hides text. Does not impact ability to add non-corporate mailboxes.

Import/export settings

Disable import

Prevent users from being able to import archive files (.olm and .pst) and Outlook 2011 for Mac data.

Domaincom.microsoft.Outlook
KeyDisableImport
Data TypeBoolean
Possible valuesfalse (default)
true
Availability16.18
CommentsKey must be set to true and forced.

Disable export

Prevent users from being able to export archive files (.olm).

Domaincom.microsoft.Outlook
KeyDisableExport
Data TypeBoolean
Possible valuesfalse (default)
true
Availability16.18
CommentsKey must be set to true and forced.

Online meetings settings

Disable Skype for Business online meetings

Prevent users from adding Skype for Business online meeting details to events.

Domaincom.microsoft.Outlook
KeyDisableSkypeMeeting
Data TypeBoolean
Possible valuesfalse (default)
true
Availability16.19
CommentsKey must be set to true and forced.

Disable Teams online meetings

Prevent users from adding Teams online meeting details to events.

Domaincom.microsoft.Outlook
KeyDisableTeamsMeeting
Data TypeBoolean
Possible valuesfalse (default)
true
Availability16.20
CommentsKey must be set to true and forced.

Weather location settings

Specify default weather location

Set default location for weather in calendar view.

Domaincom.microsoft.Outlook
KeyDefaultWeatherLocation
Data TypeString
Possible valuesVarious (example: “Paris, France”)
Availability16.18
CommentsUse the format returned by the weather location search within Outlook.

Disable automatic updating of weather location

Prevent users from choosing Update Location Automatically for weather location.

Domaincom.microsoft.Outlook
KeyWeather_update_automatically
Data TypeBoolean
Possible valuesfalse (default)
true
Availability16.19

Microsoft Exchange Calendar For Mac 2016

Other settings

Hide local folders

Prevent users from viewing local On My Computer folders in the sidebar.

Domaincom.microsoft.Outlook
KeyHideFoldersOnMyComputerRootInFolderList
Data TypeBoolean
Possible valuesfalse (default)
true
Availability16.17
CommentsFound under Outlook > Preferences > General > Sidebar.

Specify when pictures are downloaded for email

Set when pictures are automatically downloaded from the Internet for email.

Domaincom.microsoft.Outlook
KeyAutomaticallyDownloadExternalContent
Data TypeInteger
Possible values0 = Never (default)
1 = In messages from my contacts
2 = In all messages
Availability16.17
CommentsFound under Outlook > Preferences > Email > Reading > Security.

Disable signatures

Prevent users from being able to create, edit, and add client-side signatures.

Domaincom.microsoft.Outlook
KeyDisableSignatures
Data TypeBoolean
Possible valuesfalse (default)
true
Availability16.18
CommentsKey must be set to true and forced.

Specify calendar first day of week

Set the first day of week in calendar view.

Domaincom.microsoft.Outlook
KeyCalendarFirstDayOfWeek
Data TypeInteger
Possible values1 = Sunday (default)
2 = Monday
3= Tuesday
4= Wednesday
5= Thursday
6 = Friday
7 = Saturday
Availability16.19

Related topics

-->

Learn about calendars, calendar folders and items, appointments, and meetings in Exchange.

You're probably familiar with many of the calendar features in email clients like Outlook, which enable you to track appointments, schedule meetings, check people's availability, invite attendees, and change or cancel meetings.

Calendar-related features in Exchange are a little different than what you see in a client like Outlook. Instead of displaying information, EWS in Exchange enables you to do things like create, store, send, or change information. To use EWS to work with calendars, you'll need to be familiar with concepts such as information storage, time, recurrence, and message flow. More specifically, you'll need to be familiar with the following:

  • Calendar folders, calendar items, and calendar views

  • Meeting requests, responses, scheduling, attendees, resources, rooms, and availability

  • Time durations, time zones, and start and end times of meetings and appointments

  • Recurring series, recurrence patterns, exceptions, and single instance appointments and meetings

Fortunately, EWS and the EWS Managed API provide a rich set of operations and methods that enable you to perform a wide range of calendar-related tasks. For example, using the EWS Managed API, you can create a meeting and send invitations to attendees with just a few lines of code, as shown in the following example.

Calendar folders and calendar items

Calendar folders contain calendar items. Calendar folders have a folder class of IPF.Appointment, and can include only the items defined by the ItemClass EWS Managed API property, which is associated with an Appointment Class object, or the EWS CalendarItemType element.

Items in a Calendar folder are a little different from items in other folders in a mailbox because occurrences in a recurring series and exceptions to a recurring series are not actual items in the mailbox, but rather are stored internally as attachments to a recurring master. Therefore, in order to retrieve all appointments in a given date range, you need to use a calendar view. To learn more about retrieving appointments and calendar views, see Get appointments and meetings by using EWS in Exchange.

Meetings and appointments

The essential difference between meetings and appointments is that meetings have attendees, and appointments don't. Internally, Exchange uses the same object for both meetings and appointments. You use the EWS Managed API Appointment class or the EWS CalendarItem element to work with meetings and appointments.

Both appointments and meetings can be single instances or part of a recurring series, but because appointments don't include attendees, rooms, or resources, they do not require a message to be sent.

Because meetings include sending and responding to requests and updates, they involve more than just accessing items in a Calendar folder. They also have an associated workflow. Microsoft office mac. Meetings must be scheduled when attendees are available, and can also involve reserving a meeting room, or resources such as a projector or other equipment.

The meeting workflow typically involves the following steps:

  1. A meeting is created and populated with information such as start and end time, location, and a message body.

  2. A list of prospective attendees, resources, and rooms is created.

  3. The availability status of attendees is checked.

  4. A meeting request is sent to attendees.

  5. Attendees reply to the meeting with their intention to attend or not. Attendees may also propose a new time for the meeting.

  6. Meetings can be canceled or updated, which typically trigger new messages to be sent to attendees.

Calendars and time

Time-related functionality is integral to calendaring. Appointments and meetings have start and end times, durations, and other time-related properties, such as the time at which a message is created, sent, and received. Existing appointments and meetings can be retrieved from a Calendar folder based on a start and end time. Recurring series have beginnings and ends. And meetings occur within a given time zone, which is increasingly important in a global economy.

Nested compose in the Reading PaneReply to messages without opening a new compose window. Microsoft outlook 2011 for mac. In Calendar, Groups are located after calendar folders for your account.

Times are stored internally on an Exchange server in Coordinated Universal Time (UTC). Exchange converts them to local time zone based on client settings. DateTime properties are scoped to the computer's local time zone.

Recurring series

A recurring series of appointments or meetings is comprised of a recurring master, a set of occurrence items, and optionally, a set of exception items. Recurrence information is stored on the recurring master item. The RecurringMasterItemId EWS element is associated with occurrences and exceptions in a series, or you can use the Appointment.BindToRecurringMaster EWS Managed API method to get the recurring master. Using an instance of a series, you can find all the elements and information associated with the series.

Note that recurrence properties exist on all calendar items, but they are populated only on recurring master items. In addition to an index of all occurrences in a series, the recurring master has a reference to modified and deleted occurrences and the recurrence pattern of a series (for example, daily, weekly, monthly, or yearly).

Microsoft Exchange Calendar For Mac Download

In this section

Mac Outlook Open Calendar

See also