Creating a CalDAV service with .Net

前端 未结 3 606
轮回少年
轮回少年 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 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!!!

提交回复
热议问题