com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_link3' is unknown.

Resource Definition to Subscribe to a CalDav Account

A sample resource definition, together with details on the information that is added in the JSON are as follows:

Sample definition JSON to subscribe to a CalDav account

The following are sample configurations that can be used in a JSON to subscribe to a CalDav account:

{
  "operation": {
    "accountDescription": "CalDav account",
    "hostName": "192.202.185.90",
    "username": "kim",
    "password": "$kim1234",
    "useSSL": true
  },
  "deviceIDs": [
    "2be702beaaf4ad34fc9e7f8da2b6b808c453fa72b",
    "2ec33430ad456713c633de75b2219376bac45de56"
  ]
}

 

Property definitions

All the properties that correspond to subscribing a CalDav account are explained as follows: 

PropertyDescription

Data
Type

Example
operationThe attributes required to carry out the operation of subscribing to a CalDav account are defined here.YesN/Aoperation-

deviceIDs

The Device ID. This field is not case sensitive. 

YesN/AString

2be702beaaf4ad34fc9e7f8da2b6b808c453fa72b


Operation

PropertyDescription

Data
Type

Example
accountDescription

Description of the account. 

NoN/AStringCalDav account
hostName

The server address. 

YesN/AString192.202.185.90 or ldap.netscape.com
username

The user's login name 

YesN/AStringkim
password

The user's password. 

YesN/AString$kim1234
useSSL

Defines whether or not to use SSL. 

YestrueBooleanfalse
com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.