Creating a CalDAV service with .Net

前端 未结 3 554
轮回少年
轮回少年 2021-02-08 06:09

I want to create a calendar in my application that external users can view.

The CalDAV (basically WebDAV+iCalendar) format seems to be relatively widely supported, altho

相关标签:
3条回答
  • 2021-02-08 06:49

    I've used http://sourceforge.net/projects/dday-ical/ for a project last year. Works perfectly!

    0 讨论(0)
  • 2021-02-08 06:53

    The company IT Hit WebDav System offers

    • IT Hit WebDAV Server Engine v3 for .Net (starting at $ 1250)) and
    • a IT Hit WebDAV Client .Net (starting at $350).

    It works with iOS Calendar, Android CalDAV-Sync, Mac OS X Calendar, Mozilla Lightning, eM Client, Bynari Outlook plugin, Evolution and others.

    0 讨论(0)
  • 2021-02-08 07:03

    If what you are looking for is a CalDAV Client then my suggestion is DAVDroid, this is the best CalDAV Client I have never tried. It's a connector for the calendar account of your phone allowing to consume the data from your CalDAV Server from any Calendar App installed on your phone.

    Other interesting CalDAV Clients are:

    Windows:

    • Mozilla Thunderbird with Lightning extension: The main problem of this Client is that dosent have auto-discovery so you will have to write the route of your collection.

    If you are looking for a ICalendar library for .NET you can check the one my friend and I build: ICalendar

    Any doudt you can ask us!!!

    0 讨论(0)
提交回复
热议问题