dday

How to add authentication to ASP.NET hosted ICS iCalendar for outlook

心已入冬 提交于 2021-02-06 11:58:03
问题 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:

How to add authentication to ASP.NET hosted ICS iCalendar for outlook

独自空忆成欢 提交于 2021-02-06 11:56:15
问题 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:

D-Day Calendar has wrong dates when importing from google calendar?

China☆狼群 提交于 2019-12-23 03:18:39
问题 I am using D-Day calendar and I am not sure but I got a weird problem. I basically have this for my code iCalendar iCal = iCalendar.LoadFromStream(file.InputStream); foreach (Event evt in iCal.Events) { DateTime start = evt.DTStart.Date; DateTime end = evt.DTEnd.Date; // loop through it and get values. } Yet when I import a calendar from google calendar the end date is messed up on some of the stuff I am importing. Like for instance I have this Title: should not show When: Sun, March 21(all

Is it possible to use UTC Offset instead of timezone name on iCal.net?

我怕爱的太早我们不能终老 提交于 2019-12-12 17:07:46
问题 My application stores the UTC offset on users profile (-03:00, for instance) and as this page from iCal.net Wiki mentions it seems that I can only use the timezone to assign to the event: https://github.com/rianjs/ical.net/wiki/Working-with-time-zones. Do I have any other option? 回答1: ical.net uses NodaTime under the hood to do time zone conversions, which means you can use the Etc/GMT family of zones. Wikipedia has a nice list. In your case, you would specify a time zone of Etc/GMT-3 : const

D-Day Calendar has wrong dates when importing from google calendar?

这一生的挚爱 提交于 2019-12-06 16:55:07
I am using D-Day calendar and I am not sure but I got a weird problem. I basically have this for my code iCalendar iCal = iCalendar.LoadFromStream(file.InputStream); foreach (Event evt in iCal.Events) { DateTime start = evt.DTStart.Date; DateTime end = evt.DTEnd.Date; // loop through it and get values. } Yet when I import a calendar from google calendar the end date is messed up on some of the stuff I am importing. Like for instance I have this Title: should not show When: Sun, March 21(all day). Yet when I import it in. I says the start date is the 21st yet the end date is the 22nd when it

How do I create an Outlook “appointment” with DDay.iCal?

依然范特西╮ 提交于 2019-12-05 20:53:57
问题 I'm using the DDay library to create an iCal event, so that users of my site can add something to their calendar. I want them to add an appointment as opposed to a meeting request in Office 2010 (and hopefully others too). When I use the library and set the method to PUBLISH, it does appear as an appointment, but it reports that the meeting cannot be found in the calendar. Then when I click no response required, the item gets deleted and doesn't stay in their calendar. If I change the method

clickonce - what is a good open source alternative to clickonce? (DDay.Update)?

守給你的承諾、 提交于 2019-12-03 06:04:27
问题 What is a good open source alternative to clickonce? One that is most popular and under active development I guess? DDay.Update perhaps? Is this the main one? thanks PS. I've come up with a few from searching, but would appreciate any feedback from people how have reviewed these and have an idea of which is most popular/worth looking into first. .NET Application Updater Component - http://windowsclient.net/articles/appupdater.aspx nlaunch - http://code.google.com/p/nlaunch/ dotnetautoupdate