Search code examples
c#windows-phone-8mime-typesnfcvcalendar

what is the correct mime type for vcalendar


I'm trying to create vcalendar for nfc tags,but what is the correct mime type? It should be something like this

WindowsMime:WriteTag.Text/vcalendar

WindowsMime:WriteTag.Text/x-vcalendar

but when I try to read the tag, the prompt message is "Sorry your phone can't recognise this type of file"


Solution

  • The RFC mime type is text/calendar rather than text/vcalendar, does that work?

    How are you creating the file? There is a BSD-licensed iCal class library for .NET called DDay.Ical