Table of Contents

Class ICalendarSerializer

Namespace
Specworks.ICalendar
Assembly
Specworks.ICalendar.dll

Serializer for text/calendar (iCalendar) format

public class ICalendarSerializer
Inheritance
object
ICalendarSerializer

Methods

Serialize(VCalendar)

Serializes a VCalendar object to iCalendar format string

public string Serialize(VCalendar calendar)

Parameters

calendar VCalendar

Returns

string

SerializeToFile(VCalendar, string)

Serializes a VCalendar object to a file

public void SerializeToFile(VCalendar calendar, string filePath)

Parameters

calendar VCalendar
filePath string