Tagged Questions
The vcal tag has no wiki summary.
7
votes
3answers
4k views
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, ...
2
votes
1answer
864 views
Export event with C# to iCalendar and vCalendar format
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 ...
2
votes
1answer
124 views
can/should iCal property parametrs be escaped?
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 ...
1
vote
1answer
271 views
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 ...
0
votes
0answers
19 views
variable VCAL QR Code
I'm trying to create a VCAL QR code thats driven by a spreadsheet on my site using the google chart api so when scanned it reads as a VCAL so it can be a Calendar type instead of text heres my code ...
0
votes
1answer
63 views
Sending ical events to Outlook and making the recipient the Organizer
I am trying to write an application that can manage meetings, I want to be able to send an vcal/ical event via email and have the recipient be the organizer. I have populated the organizer field with ...
0
votes
1answer
107 views
Is there any good iCal & vCal parser in php(library)?
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?
0
votes
1answer
210 views
Flex 4 coltware airxmail - send vCal appointment
I am using coltware.airxmail to send emails from my Flex app.
I would like to send VCalendar appointment files generated from Flex straight to Outlook so they are opened in the Calender view. I am ...
0
votes
1answer
84 views
Remove occurrence from series
I am using the RRule in http://www.kanzaki.com/docs/ical/rrule.html for recurrence.
If I modify/update one of the recurrence how can I send out new ics files with the recurrence and eg. remove that ...
0
votes
1answer
206 views
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 ...
0
votes
1answer
195 views
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 ...