vcal

add vcal in email through C#

I have a requirement to add VCal option in the email send to a person through C#. I have implemented the VCal function in my web application. My email body is also of type HTML. I want to add the same VCal option in my email content as well. Is there any way to achieve the same instead of adding the .ics file as an attachment? I want to...

Not getting correct time from UniversalDateTime

I send a vcal through mail in web application with convert datetime to universal datetime. If i run web application locally (local sevser in India) i get correct time in my vcal. But run appication live (server in US) then not get corret time with a difference of 1 and half hour.Please suggest me. code : Dim result As StringBuilder = N...

Single vcal for booking on multiple day.

I has a list of date time without following any pattern and want to genrate a single vcal for book schedule in MS-Outlook for these dates. Is it possible and how ? Please suggest. ...

How to Create "Add to Calendar" Link on Web Page for iPhone

Many calendaring programs (Outlook, iCal) support vCal for downloading event information and adding it to your calendar. Others can use the vCalendar microformat to extract data. Neither of these, however, seems to be supported on the iPhone. Is there any functional equivalent that will allow me to list event information on a page and h...

can/should iCal property parametrs be escaped?

specifically, the CN (common name) parameter, e.g. ORGANIZER;CN=John Doe,Eng:mailto:[email protected] The RFC is vague on this, IMHO. It is very clear about property values of type TEXT, but for this parameter it just says "The parameter value is text". Anyways, the escaping specified for TEXT type doesn't seem complete for parameter val...

VCal time change with change in system time zone.

In my application, a mail sended with attachment of Vcal for add booking in Microsoft Outlook but server in different time zone and client in different time zone so vcal time change accoring to current Outlook time zone. If I set same time zone on both server and client then vcal show corret time. My current format of vcal as: BEGIN:VC...