FreeBusy Event

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

Syntax

class CalDAVFreeBusyEventParams {
public:
  const QString &BusyType();
  const QString &BusyRange();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void FreeBusy(CalDAVFreeBusyEventParams *e);
// Or, subclass CalDAV and override this emitter function. virtual int FireFreeBusy(CalDAVFreeBusyEventParams *e) {...}

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) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Qt Edition - Version 20.0 [Build 8307]