FreeBusy Event

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

Syntax

ANSI (Cross Platform)
virtual int FireFreeBusy(CalDAVFreeBusyEventParams *e);
typedef struct {
const char *BusyType;
const char *BusyRange; int reserved; } CalDAVFreeBusyEventParams; Unicode (Windows) virtual INT FireFreeBusy(CalDAVFreeBusyEventParams *e);
typedef struct {
LPCWSTR BusyType;
LPCWSTR BusyRange; INT reserved; } CalDAVFreeBusyEventParams;
- (void)onFreeBusy:(NSString*)busyType :(NSString*)busyRange;
#define EID_CALDAV_FREEBUSY 7

virtual INT IPWORKS_CALL FireFreeBusy(LPSTR &lpszBusyType, LPSTR &lpszBusyRange);

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 C++ Edition - Version 20.0 [Build 8307]