How to add authentication to ASP.NET hosted ICS iCalendar for outlook
问题 I have an ASP.NET application which dynamically creates an ICS calendar (using the DDay.iCal library) which I can subscribe to from within outlook. All is working fine, but I need to be able to secure the calendar so that only authenticated users can access it. i.e. when you add the URL to the calendar in outlook, it needs to ask for a username and password. Remember The Milk seem to have implemented what I need, but I cannot seem to find any information on how to achieve this myself? 回答1: