VCalendarParserVCalendarParserState Enumeration
This enumerated type defines the various calendar parser states
Namespace: EWSoftware.PDI.ParserAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
[SerializableAttribute]
protected enum VCalendarParserState
<SerializableAttribute>
Protected Enumeration VCalendarParserState
[SerializableAttribute]
protected enum class VCalendarParserState
[<SerializableAttribute>]
type VCalendarParserState
| VCalendar | 0 | Parsing a calendar |
| VEvent | 1 | Parsing an event entry |
| VToDo | 2 | Parsing a to-do entry |
| VJournal | 3 | Parsing a journal entry |
| VAlarm | 4 | Parsing an alarm entry |
| VFreeBusy | 5 | Parsing a free/busy entry |
| VTimeZone | 6 | Parsing a time zone entry |
| ObservanceRule | 7 | Parsing a time zone observance rule entry |
| Custom | 8 | Parsing a custom entry |