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
- Host: GitHub
- URL: https://github.com/ststeiger/dday.ical
- Owner: ststeiger
- License: other
- Created: 2015-05-06T12:20:29.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-05-28T15:17:57.000Z (about 6 years ago)
- Last Synced: 2024-12-29T10:15:43.961Z (over 1 year ago)
- Language: C#
- Size: 1.69 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: License.md
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