Tagged Questions
iCalendar is a widely-used data format for representing and exchanging calendaring and scheduling information independent of any particular calendar service or protocol.
44
votes
5answers
35k views
Programmatically add custom event in the iPhone Calendar
Is there any way to add iCal event to the iPhone Calendar from the custom App?
39
votes
7answers
18k views
Creating iCal Files in c#
I'm looking for a good method of generating an iCalendar file (*.ics) in c# (asp.net). I've found a couple resources, but one thing that has been lacking is their support for quoted-printable fields ...
17
votes
5answers
7k views
How can I use PHP to dynamically publish an ical file to be read by Google Calendar?
Any Google search on PHP ical just brings up phpicalendar and how to parse or read IN ical files. I just want to write a PHP file that pulls events from my database and writes them out in ical format.
...
16
votes
1answer
3k views
What's the best iCalendar (ics, ical) library in Ruby?
I'm looking for a good library to output iCalendar formatted files.
Good time zone support, or (better yet) UTC-only dates is a requirement.
16
votes
4answers
22k views
Is there a way to programmatically import ICS into Google Calendar?
I don't see any obvious way to import ICS files into Google Calendar from the API docs here:
http://code.google.com/apis/calendar/developers_guide_protocol.html
And I'd greatly prefer not to have to ...
16
votes
1answer
8k views
Best iCalendar library for Java?
I'm looking for a library to handle iCalendar data in Java.
Open source, well-documented implementations with a good object model are preferred. iCal parsing capabilities are less important to me, ...
12
votes
3answers
4k views
HTML in iCal attachment
Can an iCal attachment contain HTML in the description property? If so, what are the restrictions?
11
votes
1answer
485 views
Importing ics file to an Outlook.AppointmentItem
I have an Outlook 2007 add-in that is trying to import ics files into Outlook.AppointmentItem objects so that I can read attributes about certain appointments. Currently I am not able to read the ics ...
11
votes
1answer
1k views
iCalendar to force the 'Accept/Decline' buttons to appear in an updated event instance for Outlook?
Does anyone know what iCalendar conditions I need to force the 'Accept/Decline' buttons to appear in an updated meeting message for Outlook 2007? Is there a combination of regular iCalendar fields, ...
8
votes
1answer
658 views
How to create “recurData” in Google Calendar?
I want to create recurring events of Calendar using Google API.
I am following links:
Google Calendar API
I am not getting how to create "recurData".
I can't modify String and pass it as ...
8
votes
3answers
2k views
Getting Google Calendar events in PHP
I'm in the process of creating a blog for somebody. They want to pull in a lot of data and integrate it quite tightly into the design, so standard widgets are a no-no. That's been fine until now.
...
6
votes
3answers
865 views
Representing complex scheduled recurrence in a database
I have an interesting problem trying to represent complex schedule data in a database. As a guideline, I need to be able to represent the entirety of what the iCalendar -- ics -- format can represent, ...
6
votes
1answer
2k views
Creating a CalDAV service with .Net
I want to create a calendar in my application that external users can view.
The CalDAV (basically WebDAV+iCalendar) format seems to be relatively widely supported, although if rather unusually by ...
6
votes
5answers
5k views
ICalendar and event updates not working in Outlook
I'm generating ICalendar (.ics) files.
Using the UID and SEQUENCE fields I can update existing events in Google Calendar and in Windows Calendar BUT NOT in MS Outlook 2007 - it just creates a second ...
5
votes
3answers
2k views
HELP! Dynamic ical created from database — not working!
I built a site in PHP 5 and MySQL with a table that keeps track of scheduled photo shoots. I want to push out a feed of those scheduled "events" into an ical file.
I originally asked this question ...
5
votes
2answers
1k views
Convert iCal to HTML or plaintext in Java
I'm looking for a Java API to convert ICS (aka iCal) attachments to nicely formatted HTML or plaintext for display purposes. Ideally, it would be able to handle:
Converting dates to a specified ...
5
votes
4answers
280 views
Most common standard to provide a feed of upcoming events via web
What are common methods / official standards for surfacing event or calendar data?
My use case is that I want to aggregate event information from several different websites into a single calendar ...
5
votes
5answers
17k views
How to create a .ICS file with multiple VEVENTs to be imported into an existing Outlook Calendar
I have a need to allow for a user to download an event that has multiple meeting dates. To do this I have created a memorystream to be downloaded which produces a .ics file. For example:
...
4
votes
2answers
680 views
Looking for JavaScript lib that implements RRULE (iCalendar RFC 5545)
I am looking for a good iCalendar RFC 5545 processing library (open source / GPL compatible) that has been implemented in JaavScript. My current interest is a js library that fully implements the ...
4
votes
3answers
1k views
Server Side Calendar Control in asp.net using the ical event format
Does anyone know of a Calendar scheduler control that would display a whole month of events including the title of the event in each day? I need it to use an ical data format that would come from a ...
4
votes
2answers
2k views
Encoding newlines in iCal files
I'm trying to figure out how to encode newlines in the DESCRIPTION part of an iCal file in such a way that they will import properly into Outlook, Google Calendar and the Apple Calendar.
The original ...
4
votes
6answers
4k views
Delete calendar event using iCalendar file import (Outlook 2003 problem)?
Is there a way for me to delete items from calendar by using iCalendar import?
I know that there is a METHOD:CANCEL, however when I tried it, it didn't do anything to the calendar event.
Here is ...
4
votes
2answers
2k views
Help updating an event in Outlook 2007 with an iCalendar file
First of all: There is a previous thread with this question, but it looks dead. The guy that asked the question says he figured it out, and hints at an answer, but I could not get it to work. It ...
3
votes
1answer
244 views
Javascript library to generate iCal format?
Does anyone know if there is any JavaScript libraries that generates iCal format? (RFC 5545 or RFC 2445 standard)
It would be good if it also provides user interface for it. Something similar to OWA ...
3
votes
1answer
408 views
Parsing Google calendar to DDay.iCal
I'm working on application witch parses Google Calendar via Google API to DDay.iCal
The main attributes, properties are handled easily... ev.Summary = evt.Title.Text;
The problem is when I got an ...
3
votes
2answers
316 views
How do I create a link to add an entry to an calender?
I'm working for this nightclub and are currently making a website for them, they've got lots events and their site is built a lot around events, today they make an facebook event of every event but it ...
3
votes
0answers
94 views
Org Mode iCalendar export non unique UID generation
I am using Emacs 23.2 and I am using the org mode to keep track of my tasks. I have quite a list of tasks that I have made up as events by mentioning the time period and adding the SCHEDULED tag for ...
3
votes
1answer
2k views
Add events to google calendar,yahoo calendar, outlook and ical
The users of my Javascript based site often need to create an event where the post event name, event description, start time and the end time of the event along with the date. Now they would like to ...
3
votes
3answers
652 views
iCal - Beginner Tutorial and Docs?
I am working with an existing ical file at work. I'm not sure who is creating it, and I would like to become more familiar with ical before I contact them - so I can have an intelligent conversation. ...
3
votes
2answers
1k views
How can I add an ICS meeting automatically to the Organizer's calendar?
Our java application generates ICalendar files using ical4j, and sends them out to users as part of an HTML e-mail notification. A couple of users (the Organizers of the meeting) report that the the ...
3
votes
1answer
446 views
iCalendar (ics) versions and various calendar clients (Outlook, iCal, Lotus Notes) - what works and what doesn't?
I'm working on a web application that allows users to create a calendar of events, then download those events into their calendar program of choice (e.g., Outlook, Lotus Notes, iCal, Google Calendar, ...
3
votes
3answers
322 views
Haskell Parsec and Unordered Properties
I am trying to use Parsec to parse something like this:
property :: CharParser SomeObject
property = do
name
parameters
value
return SomeObjectInstance { fill in records here }
I am ...
3
votes
1answer
267 views
Creating a Dynamic iCalendar Feed
I am looking for a means to generate a iCalendar feed using .Net , atm I am using the DDay library to generate the iCal file and write it to the response.
The problem with this is if I feed the URL ...
3
votes
2answers
2k views
Retrieving and parsing iCal data over HTTP on Android
I am making an application that asks the user for userid, appends the userid to a static HTTP link to retrieve the user's daily schedule info file that has a .ical (calendar) extension.
I need to ...
3
votes
2answers
3k views
Schedule an appointent from a SharePoint workflow
I need to get an appointment into someone's Outlook calendar based on requests from their employees. The application runs in SharePoint (WSS 3.0). My first impressions are to use iCal or send meeting ...
3
votes
2answers
348 views
What client(s) should be targeted in implementing an ICalendar export for events?
http://en.wikipedia.org/wiki/ICalendar
I'm working to implement an export feature for events. The link above lists tons of clients that support the ICalendar standard, but the "three big ones" I can ...
2
votes
1answer
137 views
Generating an iCalender VTIMEZONE Component from PHP's Timezone Value
I am adding a feature to my event calendar application to provide iCalendar (ics) file downloads for the events. I want to generate the VTIMEZONE Component, but all I have is the PHP's Timezone value ...
2
votes
1answer
159 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
147 views
How to open a custom app from clicking 'view event' of calender reminder
I have set reminder event in a app using Eventkit framework. I used following link for creating reminder in iCal. And also set alarm for the event. Now when alarm is displayed in alert view, while ...
2
votes
1answer
128 views
How can I make Plone display events during DST with the correct time?
I'm writing a Plone product that takes iCalendar, pulls it in, and creates Plone Event types. I've got it all working perfectly, except that, for half of the year's dates, the timestamps are off by an ...
2
votes
1answer
859 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
555 views
What is the difference between iCalendar and CalDav?
What is the difference between iCalendar and CalDav?
I'm quite confused between the two.
2
votes
1answer
668 views
Replace Existing Outlook Calendar Appointment
I'm doing some work with an icalndar appointment generation; this would allow a delegate to view an event's website and click on a link provided to add an appointment to their calendar.
I have a ...
2
votes
1answer
322 views
Sending Meeting Invitations With Python
I'm pretty new to Python and i'm trying to create a script which gathers data from our database and converts the data into sets. It then takes those sets of data and generates ICS (icalendar) objects ...
2
votes
2answers
370 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
0answers
328 views
How can I get a meeting invitation to integrate properly with Gmail/Google Apps?
I am generating iCalendar files with Django and python-icalendar, and they correctly show up in Outlook (2010) as meeting invitations. In Gmail (Google Apps), I just see a blank email. What's the ...
2
votes
1answer
574 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
325 views
Securing webcal subscriptions with https
I publish webcal URLs which allow users of my web app to subscribe to various calendars. It's my understanding that applications which recognise webcal URLs will default to http, but I'd like to ...
2
votes
2answers
877 views
Writing ICS files for multiple clients, including Google
I need to write a script for publishing .ICS files. I've read that it's difficult to do this right, either because some calendar clients are buggy (lots of people claim Google Calendar is extremely ...
2
votes
3answers
349 views
Client side iCalendar Event Creator
I need to add some functionality to a web application that allows a user to create an event which will be added to a calendar. I would like to give the user as much flexibility as possible when ...