Location Property
Defines the intended venue for the activity defined by a calendar component.
Object Oriented Interface
public function getLocation(); public function setLocation($value);
Procedural Interface
ipworks_caldav_get($res, 50 ); ipworks_caldav_set($res, 50, $value );
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