IP*Works! 2016 Node.js Edition
IP*Works! 2016 Node.js Edition
Questions / Feedback?

FreeBusy Event

Fires for each Free/Busy element received in the response.

Syntax

caldav.on('FreeBusy', [callback])

Callback

The 'callback' is called when the 'FreeBusy' event is emited.

function(e){ }

The argument 'e' has the following properties:

e.busyType
e.busyRange

Remarks

This event fires for each FREEBUSY element received in response to a GetFreeBusyReport request. The FBTYPE will be contained in the BusyType parameter, and the FREEBUSY value itself will be contained in the BusyRange parameter. The Free/Busy information will also be stored in the FreeBusy collection.

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
IP*Works! 2016 Node.js Edition - Version 16.0 [Build 7239]