EWSoftware / PDI

A Personal Data Interchange (PDI) library that implements the vCard (RFC 2426), vCalendar, and iCalendar (RFC 2445) specifications including recurrence pattern generation
Microsoft Public License
64 stars 26 forks source link

Full example of writing ical file #12

Closed nhaberl closed 4 years ago

nhaberl commented 4 years ago

Hi,

would be of graet help to see a full example / tutorial how to create calendars and theier respective ical files for different mail clients / dialects

...and maybe a small helper class for creating ical files.

EWSoftware commented 4 years ago

The iCalendar files themselves are in a well-known format but what parts may or may not be implemented by any particular client I cannot say. It's just not possible for me to test this with all the possible different clients and platforms out there.

The calendar browser example contains examples of how calendar files can be loaded, modified, and saved. There's really no more to it than what that shows.

nhaberl commented 4 years ago

Thanks anyway, thought there are only a few