Table of Contents

Class ICalendarParser

Namespace
Specworks.ICalendar
Assembly
Specworks.ICalendar.dll

Parser for text/calendar (iCalendar) format

public class ICalendarParser
Inheritance
object
ICalendarParser

Methods

Parse(string)

public VCalendar Parse(string calendarText)

Parameters

calendarText string

Returns

VCalendar

ParseFile(string)

public VCalendar ParseFile(string filePath)

Parameters

filePath string

Returns

VCalendar