Questions tagged [vcal]
20 questions
15
votes
4 answers
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…

Sean McMains
- 57,907
- 13
- 47
- 54
13
votes
1 answer
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 parameter it just says "The parameter value is text".…

davka
- 13,974
- 11
- 61
- 86
4
votes
1 answer
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 vCal (to support Outlook) are basically the same…

Mark Ursino
- 31,209
- 11
- 51
- 83
3
votes
1 answer
Mulit-Day All-Day Event
I am having issues getting the right syntax for an all day event which spans multiple days. Here is my ICAL…

Louis W
- 3,166
- 6
- 46
- 76
3
votes
1 answer
How to create a calendar event (ics or vcs) on a website that'll be handled by Android?
I try to develop an 'add this event to your agenda' feature on a mobile website. I found some entries about that but none of them works for me.
How to add .vcs file to Android Calendar
Add Calendar event to Android from web .vcs download
I can't…

vincentp
- 233
- 4
- 17
2
votes
2 answers
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?

einstein
- 13,389
- 27
- 80
- 110
2
votes
1 answer
VCalendar and PHP sending meeting request but email is not requesting a reply
I am using PHP and VCal to send a meeting request to a user. The issue is, when the use receives the request, it does not give them the option to "Accept/Decline" the meeting. This is happening in OUTLOOK. The accept and decline button options are…

CodeConnoisseur
- 1,452
- 4
- 21
- 49
2
votes
3 answers
Delete Ical event not working
I am creating an ical event dynamically in my web application and when someone cancel the appointment on the application we are generating a delete ical event *.ics file to their email to remove the event in their calendar.
Creating is working…

Venkata K. C. Tata
- 5,539
- 4
- 22
- 35
2
votes
1 answer
How to determine Calendar timezone in Outlook
I've got this calendar time:
BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//hacksw/handcal//NONSGML v1.0//EN
BEGIN:VEVENT
UID:node-447@www.domain.com
DTSTAMP:20130426T133000Z
DTSTART:20130426T133000Z
DTEND:20130426T143000Z
SUMMARY:New Test
DESCRIPTION: -…

Steven Matthews
- 9,705
- 45
- 126
- 232
2
votes
2 answers
PHP : send ical using php mailer
I am trying to send the ical using the php mailer
here id my function
function sendIcalEmail($firstname,$lastname,$email,$meeting_date,$meeting_name,$meeting_duration) {
//Convert MYSQL datetime and construct iCal start, end and issue…

masterofdestiny
- 2,751
- 11
- 28
- 40
1
vote
1 answer
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…

Sachin Gaur
- 12,909
- 9
- 33
- 38
1
vote
1 answer
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 occurrence?
Thank you!

Anders
- 647
- 2
- 8
- 16
1
vote
1 answer
How to properly display a vCard or vCal
Via a mobile App my users can send a reference object with their data to our server. This is either a calander event or a contact. The format used is vCal or vCard.
On my website I would like to display the reference object along with the data.…

Jeroen
- 1,638
- 3
- 23
- 48
0
votes
1 answer
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 the recipients email address which does not have…

Nathan Burrows
- 1
- 1
0
votes
1 answer
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…

Nakul Chaudhary
- 25,572
- 15
- 44
- 47