Share via


oo:publishMeetingSubjectAndLocation

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Holds a boolean flag indicating whether to publish meeting subject and location to presence (true) or not (false).

Syntax

<oo:publishMeetingSubjectAndLocation xmlns:oo="http://schemas.microsoft.com/2006/09/sip/options/otherOptions">true|false</oo:publishMeetingSubjectAndLocation>

Attributes

Attribute

Data Type

Description

xmlsn

url

Namespace to which this element belongs. Optional. The value must be "http://schemas.microsoft.com/2006/09/sip/options/otherOptions".

Parent Element

Element

Description

oo:permissions

Client-side permissions configuration.

Child Elements

None

Remarks

The default value is true.

Examples

XML Example of the publishCalendarPresence Element

  <otherOptions xmlns="http://schemas.microsoft.com/2006/09/sip/options/otherOptions">
    <permissions>
      <personalInformationManager>outlook</personalInformationManager>
      <autoRetrieveOofFromOutlook>true</autoRetrieveOofFromOutlook>
      <publishCalendarPresence>true</publishCalendarPresence>
      <imAutoArchiving>false</imAutoArchiving>
      <callLogAutoArchiving>true</callLogAutoArchiving>
      <publishMeetingSubjectAndLocation>true</publishMeetingSubjectAndLocation>
    </permissions>
  </otherOptions>