VCalendarVCalendar Geographic Position Property
This is used to get the vCalendar geographic position (GEO) property
Definition
Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
This property is only applicable to vCalendar 1.0 objects. For iCalendar 2.0 objects, the position is stored in the contained items such as events and to-do entries and this is ignored.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public GeographicPositionProperty VCalendarGeographicPosition { get; }VB
Public ReadOnly Property VCalendarGeographicPosition As GeographicPositionProperty
GetC++
public:
property GeographicPositionProperty^ VCalendarGeographicPosition {
GeographicPositionProperty^ get ();
}F#
member VCalendarGeographicPosition : GeographicPositionProperty with getProperty Value
GeographicPositionPropertyThis property is only applicable to vCalendar 1.0 objects. For iCalendar 2.0 objects, the position is stored in the contained items such as events and to-do entries and this is ignored.