ReportFilterEventType Property

Indicates the type of calendar object resources to return in a Report.

Syntax

ANSI (Cross Platform)
int GetReportFilterEventType();
int SetReportFilterEventType(int iReportFilterEventType); Unicode (Windows) INT GetReportFilterEventType();
INT SetReportFilterEventType(INT iReportFilterEventType);

Possible Values

VT_EVENT(0), 
VT_TODO(1),
VT_JOURNAL(2),
VT_FREE_BUSY(3),
VT_ALL(4)
@property (nonatomic,readwrite,assign,getter=reportFilterEventType,setter=setReportFilterEventType:) int reportFilterEventType;
- (int)reportFilterEventType;
- (void)setReportFilterEventType:(int)newReportFilterEventType;

Possible Values

VT_EVENT(0), 
VT_TODO(1),
VT_JOURNAL(2),
VT_FREE_BUSY(3),
VT_ALL(4)
#define PID_CALDAV_REPORTFILTEREVENTTYPE 80

IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_CalDAV_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_CalDAV_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

0

Remarks

Indicates the type of calendar object resources to return in a Report. Some calendar servers (Google in particular) do not support vtAll, so you must submit a report for each type of event you wish to retrieve a report on.

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 C++ Edition - Version 20.0 [Build 8307]