dday Questions
3
I've run some tests. Here is my code:
var systemTimeZone = TimeZoneInfo.FindSystemTimeZoneById("Pacific Standard Time");
var icalTimeZone = iCalTimeZone.FromSystemTimeZone(systemTimeZone);
var st...
Elasticize asked 25/6, 2016 at 6:27
2
Solved
How does one add required/optional attendees + organizer(s) to an iCal event?
I'm using the excellent DDay library, and would love to be able to also add a CN, but haven't found any examples in t...
Larch asked 13/10, 2011 at 0:48
4
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 f...
Eskilstuna asked 4/3, 2010 at 23:55
2
Solved
I'm working on application which parses Google Calendar via Google API to DDay.iCal
The main attributes, properties are handled easily... ev.Summary = evt.Title.Text;
The problem is when I got a...
Rosalynrosalynd asked 30/4, 2011 at 10:34
1
Solved
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 sec...
2
Solved
I'm a bit surprised I did not find a solution or answer to this question because there appears to be a lot devs out there experiencing it.
I'm generating an ics file with the help of DDay.ical bu...
2
Solved
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 (...
1
I'm attempting to publish a proprietary software calendar via iCal (using the DDay.iCal package, if that matters) so that customers can view their appointments on their phone or tablet (or in any o...
1
© 2022 - 2024 — McMap. All rights reserved.