iCalendar is a computer file format which allows Internet users to send meeting requests and tasks to other Internet users, via email, or sharing files with an extension of .ics. Recipients of the iCalendar data file (with supporting software, such as an email client or calendar application) can respond to the sender easily or counter propose another meeting date/time.

learn more… | top users | synonyms

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 ...
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?
8
votes
1answer
1k views

Does anyone know any gems/plugins/tutorials related to exporting events to iCal, Google Calendar, Outlook from a Rails application?

I am trying to figure out if there is already a plug in that does the interaction with iCal, Google APIs that I can use or do I need to just get my hands dirty and write it myself. If anyone knows ...
7
votes
4answers
4k views

iCal “Field” list (for database schema based on iCal standard)

my application has to deal with calendar information (incl. single occurrence, recurrence, etc.). In order to easily interface with other applications I thought that it would be a good idea to create ...
6
votes
3answers
144 views

Two-way updatable iCal files in .NET

I've been trying to create an iCal calendar in .NET that can be synced with other devices. I've been using DDay.iCal to generate iCal events from my data objects, and so far everything's working fine. ...
6
votes
1answer
200 views

DDay iCal - adding an Attendee

How does one add required/optional attendees + organizer(s) to an iCal event? I'm using the excellent DDay library, and would love to be able to also add a CN, but haven't found any examples in the ...
5
votes
2answers
2k views

How do I create an iCal-type .ics file that can be downloaded by other users?

I want to create an iCal Calendar that can be downloaded from my website to the users Calendar program or imported to Google Calendar. What I want to know is if I do a direct Export from iCal on Mac ...
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
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: ...
5
votes
4answers
18k views

HTML viewer for ics (iCal) files

I'm creating a small app in ASP.NET MVC that generates ics (iCal) files based on certain criterias. The generated files are accessible through a permanent URL (http://myserver/some/criterias.ics). I ...
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 ...
3
votes
1answer
200 views

Windows Phone 7 - iCal Generator - C#

I need to generate iCal string from appointments fetched from device. Is there any library that is supported on Windows Phone 7 to generate iCal from appointments? I tried DDay.iCal, but it does not ...
3
votes
1answer
247 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
2answers
325 views

Snooze method in EventKit Framework?

I am able to access all functionality of EKEventStore like save any event or remove any event from Calendar. But how can create snooze for that event lets say 15 min snooze i needed for all saveEvent ...
3
votes
3answers
653 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
5answers
2k views

Parsing files (ics/ icalendar) using Python

I have a .ics file in the following format. What is the best way to parse it? I need to retrieve the Summary, Description, and Time for each of the entries. BEGIN:VCALENDAR X-LOTUS-CHARSET:UTF-8 ...
3
votes
3answers
2k views

Applescript and iCal interaction

I'm trying to write an AppleScript to query iCal and find all the events I've got for a given date, in any calendar. I started by writing a simple script that does something simple with every event ...
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
25 views

How can i retrieve all synced calendars from iphone in custom app?

I want to show the user what are the calendars they synced and using in their iPhone or iPad. I spent more time to searched result for my question. But, i can't get the correct solution for my ...
2
votes
0answers
875 views

To add a sidebar to iCal 5.x in Lion: is there an API, or would a hack be required?

Two parts to this question Does Apple provide in Lion, Mac OS X 10.7 (Build 11A511) an API that might enable a third party developer to add a sidebar to iCal 5.0 (1535)? If not provided by Apple: ...
2
votes
2answers
271 views

Create iCal Calendar event with PHP

I am trying to create a PHP script that will create a calendar event in iCal. I have searched here and in Google and only come up with results that talk about importing iCal events to a PHP-made ...
2
votes
0answers
145 views

Google calendar subscription to PHP-generated .ics

SOLVED: I had inconsistencies with CR/CRLF... I have a scheduling program which outputs nice HTML calendar. Today I decided to add .ics subscription. httр://mysite.com/s/ical.php?name=Name /* ...
2
votes
1answer
863 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
342 views

How to control when a remote iCal (.ics) file has been updated and the calendar should sync?

I'm working on a system in asp.net 4 (web forms) which manages events and sends out emails about these to the customers. I've created a page which dynamically creates an .ics file based on data from ...
2
votes
3answers
155 views

Apple iCal's “Delegation” tab — disabled checkboxes?

I am trying to access a CalDAV account in iCal and everything works fine except for the Delegation tab. I can see the account(s) I have access to (including the correct read/write properties), but the ...
2
votes
2answers
605 views

How to add ical to iphone application

I need to add calendar to my tableview . please any one help me how to add ical to my application .
2
votes
2answers
911 views

Is there a javascript calendar that takes an ical link as input to display events?

I am looking for a javascript based calendar that will allow me to specify a remote ical file to use as the source for the events. I know google will allow you to import the ical then view the ...
2
votes
0answers
232 views

Open iCal to a specific CalEvent from Objective-C

10.6, Cocoa only (no Applescript). I have a CalEvent and I want to open it in iCal. How? I can open iCal URLs with NSWorkspace using URLs of the notation: "ical://" but I can't find documentation ...
2
votes
4answers
911 views

API for showing free/busy time in iCal (Apple guys?)

In Snow Leopard there is a possibility to show free/busy time in iCal event. I've searched the headers of CalStore.framework and couldn't find any property that describes this field. How can i ...
2
votes
1answer
592 views

Adding a subscription to iCal via Cocoa

I'd like to add a subscription in iCal like it does itself with Address Book: Address Book provides iCal with the birthdays of my contacts. I would like to add something like that to iCal: I want to ...
2
votes
2answers
1k views

PHP script: download ics file

I'm setting up a feature for "exporting as ics file" (iCal) our weekly school agenda. The download prompt works but when opening it in iCal (Mac OS X), iCal tells me the calendar is invalid. I opened ...
2
votes
1answer
1k views

iCalendar Format (Outlook 2007)

I've got a little problem, I need to be able to have a reoccurring event (forever) that marks the day after the second Tuesday of each month. Your probably thinking, why not just Wednesday of each ...
2
votes
2answers
1k views

iCal Format - Organizer Property

I am currently programming a scheduling application which loosely based on iCalendar standard. Does anyone knows in which property can I store the event creator's information? By browsing through the ...
1
vote
2answers
47 views

How can I convert dd/MMM/yy hh:mm AM/PM to iCal event format?

I have a list of date-times in this format: 05/Jan/12 8:00 AM The day is always two digits, but the hour can be either one or two digits. I'd like to convert that to iCal format: 20120105T080000Z ...
1
vote
0answers
77 views

Setting file encoding for org-mode ical export

I am exporting my agenda with (org-export-icalendar-combine-agenda-files) and then loading the resulting file to a webserver from where my gmail calendar can read it. My org-mode files are all ...
1
vote
2answers
35 views

Attaching calendar icon to gmail sidebar

I want to send mail to clients with two information, one is event for calendar and other is location. This picture is showing example of that: ...
1
vote
0answers
34 views

Update an event via .ics

I want to generate .ics file which updates the calendar based on the uid if the calendar event is present else add the new event to the calendar. I went through the documentation and found that it is ...
1
vote
1answer
404 views

Add events to iCal from iPhone App, The event has no calendar set Error?

I have one problem while adding multiple events more than 70 events repeatedly again and again to the iCal from our iPhone application. First 20 events add to iCal without any issues. After the ...
1
vote
1answer
109 views

How many events can we add to iCal from iphone App?

I have one critical problem in my iphone app. From this iphone app user can add their events to iPhone iCal app. Now, the problem is the events i can not add many more events (Continuously 170 events ...
1
vote
0answers
90 views

GWT/SMARTGWT *.ics file generator

I am new to GWT and I am using smartGWT extension. What I want to do is to put the event from Calendar widget to *.ics file so that I can load it easily to my Outlook Calendar. Has anyone heard about ...
1
vote
1answer
99 views

PHP: Match a specific date to a recurring iCal rule

I need to build a simple calendar to embed in my PHP application. Basically I have a bunch of recurrent events whose iCal recurrent rule (rrule) is known (e.g.: "FREQ=MONTHLY;INTERVAL=2;BYDAY=SU" or ...
1
vote
3answers
195 views

PHP Date to iCal date format for DTSTART

Is there an easy way to get the correct format for an iCal DTSTART using php date? I need the format to look like: 20111008T110000 or 20111008 (that one is easy) if I don't have any time. Does PHP ...
1
vote
1answer
297 views

Sql Error in android android.database.sqlite.SQLiteException: unrecognized token

I am querying the android calendars db and looking for an event with particular 'iCalGUID' . here is the query I am using final Cursor cursor = resolver.query(uri.getCalendarUri(), ...
1
vote
0answers
142 views

How to show Calendar in IPhone app source as iCal (.ics)file

I am planning to create an iPhone application which displays tasks in calendar view with sort options Day, Week and Month view. Those tasks comes from .ics file which will be in web site (server). ...
1
vote
1answer
246 views

[iOS]How to get the Calendar Event, one Recurrence as one event?

I get calendar event as the following code: NSDate *startDate1 = [NSDate date]; NSDate *endDate1 = [NSDate distantFuture]; NSPredicate *predicate = [eventStore ...
1
vote
1answer
169 views

ics Alarms are not appearing in Google Calendar or Outlook

I'm a bit surprised I did not find a solution or answer to this question because there appears to be a lot devs out there experiencing it. I'm generating an ics file with the help of DDay.ical but ...

1 2 3 4 5