Send Appointment confirmation

Resource type: appointmentAffirmation

With this API call you can send an appointment confirmation. You pass the appointment ID as a parameter. You can find more information about appointment confirmation here. The user setting “No appointment confirmation to creator” at “Extras >> Settings >> User >> Settings” is respected by the API.

Parameters:

  • calendarId
    MANDATORY. Appointment ID.
{
	"actionid": "urn:onoffice-de-ns:smart:2.5:smartml:action:do",
	"resourceid": "",
	"identifier": "",
	"resourcetype": "appointmentAffirmation",
	"parameters": {
		"calendarId": 354
	}
}