Tagged Questions
The vcalendar 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
219 views
webcal:// Format - Export to Google Calendar/iCal
I've a home-made php based web calendar which I would like my users to import into Google Calendar, iCal, etc. so they have up-to-date information available on their calendar of choice. I understand ...
2
votes
1answer
160 views
Providing “Add to Calendar” link
I am trying to add an "Add to Calendar" link to my web app. I've looked at a bunch of questions over the last couple of years and now I am more confused than ever.
There is iCal, vCal, vCalendar, ...
2
votes
1answer
865 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
2answers
373 views
HTML in iCal using iCal4j
Is there a possibility to add html to a description from a vevent.
I generate a VCALENDAR with a VEVENT with a description. I use Ical4j to sent the email with ICS
This is what I try to do:
...
2
votes
1answer
578 views
Outlook 2003 not accepting .ics file
I am having trouble importing the vcalendar "script" below into Outlook 2003. What I am doing is using php's mail() function, and essentially sending a message that will contain this calendar, 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 ...
2
votes
1answer
655 views
With .ics files can I delete old events?
Im currently working on an .ics export from our application.
Can I somehow delete old events, so in my first import into outlook I have 152 events and during my second import I only have 100 events. ...
2
votes
3answers
2k views
vCalendar - show as (Free/Busy/Tentative/Out of Office)
I sent a vCalendar message to Outlook which results in a new Event in Outlook Calendar.
How to set "Show As" field? (Free/Busy/Tentative/Out of Office)
1
vote
1answer
495 views
How can i prevent the attachment content from displaying in the body of the message?
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();
...
1
vote
3answers
498 views
Create “downloadable” vCalendar object for Outlook with vObject (Python)
I need to be able to offer "downloadable" events for Outlook, via vCalendar objects - if I'm not mistaken.
From the research I've done, I've been pointed at using vObject. I've looked at their usage ...
1
vote
1answer
182 views
iCalendar ATTENDEE
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 ...
1
vote
2answers
766 views
.ICS + Outlook = nightmare? Can anyone help?
I have a database that puts out an .ics file that looks like this:
BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//hacksw/handcal//NONSGML v1.0//EN
BEGIN:VEVENT
UID:36@homewoodphoto.jhu.edu
...
1
vote
2answers
727 views
Google Calendar .ics import Standards
I have a .ics file that I generate from our database that works correctly in iCal, but is flaky in Google Calendar. Sometimes Google Calendar will import the file, but it does not pick up all the ...
1
vote
4answers
570 views
Is there a vCalendar microformat validator/sanity checker?
I just put up a new calendar in the vCalendar microformat on one of my websites. However, I don't know how I can check if the format is valid and the dates are right. Apparently, I can't import it ...
1
vote
4answers
6k views
Difference between iCalendar (.ics) and the vCalendar (.vcs)
I want to send booking inforamtion through mail in an attachmnet to add in MS Outlook.
Which format is better? For specailly MS Outllok 2003 ?
1
vote
2answers
2k views
Parse VCALENDAR (ics) with Objective-C
I'm looking for an easy way to parse VCALENDAR data with objective-c. Specifically all I am concerned with is the FREEBUSY data (See below):
BEGIN:VCALENDAR
VERSION:2.0
METHOD:REPLY
...
1
vote
3answers
2k views
Parsing iCal/vCal/Google calendar files in C++
Can anyone recommend a ready-to-use class/library compatible with C/C++/MFC/ATL that would parse iCal/vCal/Google calendar files (with recurrences)? It can be free or commercial.
Thanks in advance!
0
votes
0answers
20 views
Google App Engine Send emails with icalender attachement ical4j outlook 2007
I am using google app engine in our web application.. I want to send an email with event request to outlook 2007 users where they can add those events to their calender. I Created a vcalender using ...
0
votes
0answers
22 views
Updating Recurring vCalendar Event
I am working on custom SharePoint calendar which uses .NET code to render VCALENDAR payload with the email which I send to all attendees.
So far my implementation is working great except for updating ...
0
votes
0answers
42 views
vCalendar Meeting Requests [closed]
We have been using vcalendar for a while now. Recently after upgrading to outlook 2007 from 2003 when I double click to open the .ics file when it opens, I have a To: field at the top and a Send ...
0
votes
1answer
64 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
0answers
41 views
Outlook not importing VCS with timezones correctly?
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 ...
0
votes
1answer
95 views
How do I create a webcal in php so that user can subscribe to it?
I'm creating a resource planner and I want to enable webcal subscribing for the resources. Right now I don't have a clue of how to develop a webcal subscribing system in PHP. Are there any ...
0
votes
0answers
61 views
Creating recurring meeting request in outlook using VCALENDAR
I am trying to create a recurring meeting request in outlook from ASP.NET application. I have the following code to create a vCalendar entry:
sbCalendar.AppendLine("BEGIN:VCALENDAR");
...
0
votes
1answer
70 views
Parsing VCalendar
I have an VCalendar retrieved by an url:
PRODID: test_online
VERSION: 1.0
METHOD:PUBLISH
BEGIN:VEVENT
SUMMARY: It's a test
DESCRIPTION: Test an vcalendar parser
LOCATION:
DTSTART: 11/6/2011 3:00:00 ...
0
votes
0answers
52 views
VCalendar 0D0A BlackBerry vs Android
I have a problem with the DESCRIPTION Field.
I have a VCalendar object that I create in this way:
var str = new StringBuilder();
str.AppendLine("BEGIN:VCALENDAR");
...
0
votes
1answer
74 views
Inserting a new entry to android calendar
I am trying to add a new event into the android calendar. Here is the code I am using
Intent intent = new Intent(Intent.ACTION_EDIT);
...
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
2answers
199 views
Export android calendar to VCS
How to export the events in a calendar in android phone to vcs file using code. Or is there any other format that I can export all events in calendar?
How can I do this in android?
Thanks
0
votes
0answers
62 views
Why is my event calendar saving .ics files at an hour ahead of time using h2vx.com?
Can't figure out how to fix my backend code so that the event .ics files save properly.
http://www.crainsnewyork.com/dcce/20110509/4/events_calendar/41/events_active/2582707
"Add to Calendar" link ...
0
votes
1answer
232 views
php generate webcal
I am trying to get my script to generate an iCalendar, but mac calendar program keeps telling me the data is invalid. I'm using cakephp. Here's what I have -- any clues?:
function webcal() {
...
0
votes
1answer
211 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
185 views
VCS File Downloading Issue with IE
I am working on a http based (NOT Secure) Web Application. In this, I have provided a provision to add some appointment to the Client's outlook calendar. I am creating the .vcs file dynamically when ...
0
votes
1answer
834 views
Response.ContentType = “text/x-vcalendar”
I am trying to generate a vCalendar but i am getting an error "response is not available in this context"
on Response.ContentType = "text/x-vcalendar" .
I am using vb.net , 1.1 framework.
Any ...
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 ...