An open API service indexing awesome lists of open source software.

https://github.com/ststeiger/dday.ical

Outlook Meeting Requests
https://github.com/ststeiger/dday.ical

Last synced: 7 months ago
JSON representation

Outlook Meeting Requests

Awesome Lists containing this project

README

          

# PROJECT HAS BEEN MOVED
The ownership and ongoing maintenance of this project has been taken on by @rianjs and has therefore been moved to https://github.com/rianjs/ical.net.
As per the new repository name, this project is now known as Ical.Net and is available via nuget at https://www.nuget.org/packages/Ical.Net/

===============================================================
Copied from:
https://github.com/VisualOn/dday.ical

https://en.wikipedia.org/wiki/ICalendar#Events_.28VEVENT.29
https://www.calendarwiz.com/knowledgebase/entry/71/
https://answers.microsoft.com/en-us/outlook_com/forum/all/how-to-publish-an-outlookcom-calendar-as-an-ical/9fad5765-6b3d-43d6-9950-5211588a3c52

https://stackoverflow.com/questions/356598/delete-calendar-event-using-icalendar-file-import-outlook-2003-problem
https://stackoverflow.com/questions/461889/sending-outlook-meeting-requests-without-outlook

https://github.com/rianjs/ical.net
https://github.com/rianjs/ical.net/wiki/Migrating-from-dday.ical
https://github.com/rianjs/ical.net/wiki

https://github.com/mdavid/DDay.iCal

===============================================================

Original:
https://sourceforge.net/projects/dday-ical/
https://sourceforge.net/projects/dday-ical/files/dday-ical/1.0%20Beta%20Candidate/

DDay.iCal is an iCalendar (RFC2445) class library for .NET 2.0 and
above. It's aimed at providing full RFC 2445 compliance, while providing
full compatibility with popular calendaring applications.

===============================================================

To get started developing with DDay.iCal, simply download the latest binary
release, add a reference to DDay.iCal.dll within your project, and you can
begin using it. For examples, see the example projects included with the
binary or source distributions.

===============================================================

If you'd like to contribute to DDay.iCal, please let me know. To compile
the parsing engine from source, you will need to download and install ANTLR
version 2.7.6 from antlr.org, and add the file antlr-2.7.6.exe to your
PATH environment variable. However, the majority of DDay.iCal development
does not require ANTLR.

If you have any questions, please e-mail me: doug@ddaysoftware.com