vcalendar

vcalendar, method:cancel issue

Hello, i'm trying to cancel a created event on outlook 2010. The create event method works fine, but when i'm trying to cancel it, the email doesn´t display any attachment or any opcion to do it. At the beggining it shown an attachment called "not supported calendar message.ics" this was because i forget to put some fields on the reque...

How can i prevent the attachment content from displaying in the body of the message?

Hi, I'm working on an asp.net c# application that sends an email with one attachment. The attachment is a vCalendar file. Here's the code: StringBuilder sbCalendar = new StringBuilder(); DateTime dtStart = eventDate; DateTime dtEnd = eventDate; sbCalendar.AppendLine("METHOD: REQUEST"); ...

Can't get VCALENDAR to import into Google Calendar

Here is my calendar code: http://r.elvanto.com/calendar/ed34b5a4-9b2f-102c-8475-9e610b13400a I was able to get it to work in iCal but when I try to import it into Google Calendar, it says importing and then just hangs. Any ideas what is wrong? ...