Location Property

Defines the intended venue for the activity defined by a calendar class.

Syntax

ANSI (Cross Platform)
char* GetLocation();
int SetLocation(const char* lpszLocation); Unicode (Windows) LPWSTR GetLocation();
INT SetLocation(LPCWSTR lpszLocation);
@property (nonatomic,readwrite,assign,getter=location,setter=setLocation:) NSString* location;
- (NSString*)location;
- (void)setLocation:(NSString*)newLocation;
#define PID_CALDAV_LOCATION 51

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

""

Remarks

This property may be used to explicitly specify the venue, such as conference or meeting rooms, for the activity defined by a calendar component. An alternate representation may be specified using a URI that points to directory information with more structured specifications of the location. For example, the alternate representation may specify either an LDAP URL [RFC4516] pointing to an LDAP server entry or a CID URL [RFC2392] pointing to a MIME body part containing a Virtual-Information Card (vCard) [RFC2426] for the location.

This property is filled from the response to a GetCalendarEvent, and is also used when creating an event to be added using the PutCalendarEvent method. However, when requesting a report using the GetCalendarReport method, the contents of this property will only be valid inside the EventDetails event.

Data Type

String

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