Share via


oo:publishCalendarPresence

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 flag indicating whether to publish calendar presence (true) or not (false).

Syntax

<oo:publishCalendarPresence 
   Xmlns:oo="http://schemas.microsoft.com/2006/09/sip/otherOptions">
   true|false
</oo:publishCalendarPresence>

Attributes

Attribute

Data Type

Description

xmlns

url

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

Parent Element

Element

Description

oo:permissions

Client-side permission configuration.

Child Elements

None

Remarks

The default value of the element 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>