vcalendar

what is the correct mime type for vcalendar

人盡茶涼 提交于 2019-12-11 09:37:57
问题 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" 回答1: 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 回答2: The type for

iCalendar ATTENDEE

我的梦境 提交于 2019-12-11 05:54:10
问题 Hi is it possible to specify a 'nickname' as the ATTENDEE in Vcalendar . so that instead of the email address appearing in the email 'required' field it would display a more friendly name ? thanks for any help Mick 回答1: Yes, easily via the CN parameter: ATTENDEE;ROLE=REQ-PARTICIPANT;CN=Test User:MAILTO:test.user@somewhere.com See also: http://www.kanzaki.com/docs/ical/attendee.html 来源: https://stackoverflow.com/questions/2655041/icalendar-attendee

How to Exclude a particular Date while creating a Recurring Event in Ical Outlook Calendar

試著忘記壹切 提交于 2019-12-10 11:47:42
问题 I want to Create a recurring Ical Event in Outlook and I have used RRule please see below RRULE;BYDAY=SU;WKST=MO:FREQ=MONTHLY;INTERVAL=1;UNTIL=20151204T110000 So above will make an event every 04th of month until December 2015 Now in Outlook calendar I dont want to create event on October 4th. Say like it is a recurring event from September to December on 4th Date, But I dont want event to be cerated in October. How to achieve this? Can we exclude any date while making recurring event/ any

Export event with C# to iCalendar and vCalendar format

ぃ、小莉子 提交于 2019-12-10 06:03:07
问题 I'm working on a project where we'll be supporting the ability to export an event to Outlook 2007, Outlook 2010, and iCal. I've done some research and found that iCal (to support the iCal program) and vCal (to support Outlook) are basically the same thing, from what I've seen. It appears that iCal is based on the old vCal format, so I'm trying to see what I can borrow between the two implementations to make it easier to generate .ics and .vcs files. I've found a C# implementation for a vCal

can/should iCal property parametrs be escaped?

孤者浪人 提交于 2019-12-10 02:31:18
问题 specifically, the CN (common name) parameter, e.g. ORGANIZER;CN=John Doe,Eng:mailto:jd@some.com 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 values (e.g. ':' is not escaped). thanks a lot! 回答1: Davka, Yes, parameter values can be escaped by surrounding the value in double-quotes. Parameter values must be

Outlook not importing VCS with timezones correctly?

风格不统一 提交于 2019-12-08 09:50:52
问题 On our web app in ASP, we have a module that generates VCS files to be imported into your calendar. This works fine if the client is on the same zone as us (GMT). But If I create an event which starts at 9am in UTC-01 for example, I still get the event as starting at 9am UTC/GMT, it's like it won't read the TZOFFSET This is the VCS generated. In this example the event is supposed to take place Dec 30th 2011 9am-10am in UTC-05 (New York). If I leave my time zone as GMT, I get the appointment

Is there any good iCal & vCal parser in php(library)?

一世执手 提交于 2019-12-05 19:35:55
I'm creating a web app that need to upload iCal or vCal files. I wonder if there is any php library that can parse the information, so I can store it on my database? that should help http://www.phpbuilder.com/columns/chow20021007.php3?print_mode=1 This seems the most complete and updated. http://kigkonsult.se/index.php It goes from parsing to generation of .ics files 来源: https://stackoverflow.com/questions/7508800/is-there-any-good-ical-vcal-parser-in-phplibrary

Export event with C# to iCalendar and vCalendar format

本秂侑毒 提交于 2019-12-05 16:46:24
I'm working on a project where we'll be supporting the ability to export an event to Outlook 2007, Outlook 2010, and iCal. I've done some research and found that iCal (to support the iCal program) and vCal (to support Outlook) are basically the same thing, from what I've seen. It appears that iCal is based on the old vCal format , so I'm trying to see what I can borrow between the two implementations to make it easier to generate .ics and .vcs files. I've found a C# implementation for a vCal file , and a C# implementation for a iCal file as well. Is there anyone out there that knows of the

can/should iCal property parametrs be escaped?

大城市里の小女人 提交于 2019-12-05 01:12:48
specifically, the CN (common name) parameter, e.g. ORGANIZER;CN=John Doe,Eng:mailto:jd@some.com 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 values (e.g. ':' is not escaped). thanks a lot! Davka, Yes, parameter values can be escaped by surrounding the value in double-quotes. Parameter values must be escaped if they contain any of the following characters: ; - semicolon : - colon , - comma It is illegal to

Difference between iCalendar (.ics) and the vCalendar (.vcs)

人走茶凉 提交于 2019-12-03 02:57:39
问题 I want to send booking information through mail in an attachment to add in MS Outlook. Which format is better? Especially for MS Outlook 2003? 回答1: iCalendar was based on a vCalendar and Outlook 2007 handles both formats well so it doesn't really matters which one you choose. I'm not sure if this stands for Outlook 2003. I guess you should give it a try. Outlook's default calendar format is iCalendar ( *.ics ) 回答2: Both .ics and .vcs files are in ASCII. If you use "Save As" option to save a