.ics files are iCalendar-format files that communicate information about calendar events. They are used as a platform-independent, industry standard way to share calendar information among users of different computer systems.

learn more… | top users | synonyms

0
votes
1answer
13 views

ICS feed imported to Google Calendar shows (12:00am) in title for all day events

I have created an ICS file and imported it into Google Calendar. It shows "all day" events in solid color blocks like it should, but it also appended (12:00am) to the beginning of the title. Is there ...
-1
votes
0answers
7 views

unknown ICS file in Outlook [closed]

I apparently have two ICS files that are contributing to my work calendar that I cannot find. The only time I see them at all is in my Windows Phone Outlook calendar. They are named STEPH.ICS and ...
1
vote
1answer
19 views

Creating an ics file from data on a PDF file

I'm looking for a way to convert a PDF document into multiple ics files that staff can use to add their fortnight roster to their smart phone calendars or outlook calendar on their desktops. The ...
0
votes
1answer
31 views

Ics-file with wrong timezone

My .ics-file doen't show the right time-zone in Google Cal. In iCal and on iPhone & iPad it is shown currectly. I really can't see what's wrong!The timezone has to be set Copenhagen-time :) ...
4
votes
1answer
47 views

Format string in ICS Fle (Set font for ICS file)

I am Creating ICS file fromC# WPF application and using the following code to generate ICS file. StreamWriter writer; writer = new StreamWriter(filePath); writer.WriteLine("BEGIN:VCALENDAR"); ...
0
votes
0answers
17 views

Trumba iCal files with multiple calendars

I'm able to import iCal files to Trumba using the following basic properties: BEGIN:VCALENDAR METHOD:PUBLISH VERSION:2.0 PRODID:-//Company Name//Product//Language BEGIN:VEVENT SUMMARY: This is a ...
0
votes
0answers
13 views

.ics files not opening in Chrome Mobile for Apple Devices

I'm getting an Error 102 (): Unknown File Type. when trying to download an .ics file from an ASP.Net application. The file looks like this: BEGIN:VCALENDAR PRODID:-//Test VERSION:2.0 METHOD:PUBLISH ...
0
votes
1answer
44 views

Generate .ics file on iOS

I'm building ios application that must generate .ics file from iPhone Calendar, but can't found solution for it. As I see EventKit Framework doesn't give this functionality, maybe some other ...
0
votes
2answers
42 views

ICS file dynamic timezone issue [duplicate]

I am trying to generate ics file dynamically in PHP, where timezone is dynamic according to the location given. Everything works good but there is daylight time issue i.e it shows time difference of ...
0
votes
0answers
40 views

how to parse .ics file in ios? [closed]

Hi i'm new to calendar programming in ios.I'm trying to parse an ics file. i got some from googling but there are some files missing like libical.a. so,how can i parse it?Please help me.Thanks in ...
0
votes
1answer
18 views

Reading a iCal file only gets most recent event?

I have an ics file which is generated by a project I am doing, and it validates in http://severinghaus.org/projects/icv/. When I try to import it into KOrganizer or Maya it only loads the most recent ...
0
votes
0answers
27 views

How to Set a Title/Description for a Subscription Calendar (webcal:// ICS file)

I have a calendar app for which I provide subscriptions by linking client using the "webcal://" protocol. It's working quite nicely. What I'd like to know is if there is a way title it in the ...
-4
votes
0answers
50 views

Import ICS file in google calandar but reminders are not import properly [closed]

i have import this code in Google calendar but reminders are not set plz take a look which i set in this code. i dont know how default reminder set ...? i have import this code in Google calendar but ...
0
votes
0answers
29 views

ical4j Exception Calendar must contain at least one component

Im trying to create and save an ics using ical4j When i run the following code, I get a calendar must contain at least one component.. how do I attach a component to my calendar, or an event to my ...
-1
votes
2answers
23 views

Add to calendar feature for an events website?

We are developing an events website and are wondering how we can provide an "add to calendar" feature. We don't actually have a calendar on the site and we are developing using Wordpress. Everything ...
0
votes
1answer
62 views

Thunderbird with lightning not reading valid ics file

I am writing a program for work that takes all of our ics files from our cal server, merges them into a single ics file, and then places that file on a webserver to be subscribed to. I have ...
0
votes
1answer
219 views

ICS file Download fails on iPhone Chrome with “Unknown File Type”

I've got a php script that's auto-generating an ics file for a mobile web app. Using Chrome on my Win7 desktop, the ics file downloads fine, and Outlook likes it. Using Safari on my iPhone, the ics ...
0
votes
1answer
23 views

How can I sync only changed events via ics?

I have been trying to set up synchronization of my iPhone to a remote server where i dynamically generate an ics file. I have added it as a subscribed calendar on my iPhone /iPad, however when i try ...
0
votes
2answers
62 views

ICS file to create an entry on the recipients original calndar and NOT on a new subscribed calendar

I send automatically generated emails from events on my website and wanted to create an 'Add to Calendar' link in the email. I have created an .ics file with the details and stored it on my server, ...
0
votes
1answer
252 views

Getting calendar from URL with thunderbird-lightning

To summarize what is coming: How can I dispatch the calendar via a link? Why is the calendar fully working when first saved on my local PC and cannot be modified when taken directly from the web ...
0
votes
1answer
119 views

XPages: Generate CSV file and attach to mail

I'm trying to generate a csv file (specifically an .ics) and attach this to an email. The Email is composed via an SSJS-Function. An opportunity could be to generate the csv file, save it to a ...
0
votes
1answer
51 views

python3 library for icalendar (ics) files [closed]

I'm looking for a python3 library for parsing ics files. I already found vobject and icalendar, but both are for python2. Any suggestions?
0
votes
1answer
43 views

Does an ical file have to have an enddate?

I'm currently writing a .ics file with php. I wonder if a VEVENT always needs to have an enddate? Like … is this allowed? BEGIN:VEVENT UID:d3f760e29fa3f482199f8ed0663d5cf7@mydomain.com ...
0
votes
1answer
67 views

How do I create an .ics event with a title using ri_cal

I'm using the ri_cal gem to create ics files. The gem's documentation suggests I do this: RiCal.Calendar do |cal| cal.event do |event| event.description = "MA-6 First US Manned Spaceflight" ...
0
votes
1answer
84 views

google calendar after url import only shows the last event

I'm trying to make an .ics file and by URL import put the events into google calendar. But the problem is that after I import them to google calendar it only show the last event. I don't understand ...
0
votes
1answer
61 views

ics with alert?

Hi I just found out about the ics file format, and I'm wondering whether its possible to include one or 2 alert points in an event entry which will automatically get picked up? code: BEGIN:VEVENT ...
1
vote
0answers
136 views

Problems with DST in ICS files. How to get timezones definition from a Web Service / Web site, to include in a ICS file?

We're generating an ICS file from Java code, and initially entered the times in UTC format. We found that when creating a recurring appointment, with a DST change between the first and last date, ...
0
votes
1answer
146 views

Creating a parser for an ics file

I am trying to create a parser so that i can load data from a .ics file and save in to some kind of array so it can then be loaded in to the Kal library. The format of the ics is vCalendar and looks ...
1
vote
0answers
270 views

Add a todo item to iOS Reminders from an .ics file in mobile Safari

I am trying to create an "Add to Reminders" link on a mobile website that downloads a VTODO item from an iCal .ics file onto an iOS device's Reminders' list. iOS automatically prompts a user to add an ...
1
vote
1answer
390 views

How to add .vcs file to Android Calendar

I went through this SO forum and it says to add a header to the .vcs file but when I try to open the .vcs file by clicking on it an Android system popup comes to open the .vcs file and Image, Video, ...
3
votes
2answers
543 views

Icalendar ICS update not working in google calendar

I have some troble with ICS attachment to Gmail/Google calendar addresses. When i have to edit an event I send an update by mail with an ICS file with the same UID of the orginal event, however, ...
0
votes
0answers
80 views

How to send a Task Request using vCalender/vTodo format using C#

I am writing an application where it should be able to send an email as a task request and it should be added to the Outlook task list and as well as in to the email list. But here according to the ...
1
vote
0answers
166 views

The internet calendar file “abc.ics” does not contain any appointments

I have created a .ics VTODO calender, but when I open the file in Microsoft outlook its shows the following error BEGIN:VCALENDAR VERSION:2.0 PRODID:-//DDay.iCal//NONSGMLddaysoftware.com//EN ...
1
vote
0answers
48 views

Ical display file in a windows form

I have a project to create an application for windows phone consult timetables class. The schedules are stored in ical format. You know of ways to display schedules in a windows form?
0
votes
2answers
132 views

Parse events from an .ics file in Python

Basically my goal is I want to be able to take an ics file as the input and be able to parse out a date's events and then from each event break down the information from it. I have been attempting to ...
0
votes
1answer
288 views

Google Calendar processing same ics file differently as an import vs as a webcal stream

I created a webcal stream, and Google Calendar reads it successfully, and creates events. However, the events it creates are 5 hours earlier than they should be. The event below, for instance, comes ...
0
votes
1answer
147 views

Send winmail format to Outlook and trigger Confirmitaion (email and ics should not be separated)

I would like to know what make Outlook respond to invitations send from another Outlook in the following way: If not clear from the screenshot, Outlook in this case, asks me to confirm my ...
1
vote
0answers
57 views

Object #<HTMLDivElement> has no method 'data'

I am using this suggestion for how to export ics files from rails. The problem is with this implementation it just refreshes the page and is not receiving and hence not recognizing the ics format ...
2
votes
1answer
437 views

Can't download generated .ics-file in Chrome or Firefox

I've generated a ics-file via my php script which allows me to download a .ics-file in Safari (6.0.2) but in Chrome (23.0.1271.101) and Firefox (17.0.1) I get an error message: Error 6 ...
1
vote
0answers
95 views

How to add vCard's base 64 string to vCalendar

According to the following article: iPhone: how to get safari to recognize a vcard? http://mobicontact.info/iphone/download-contact-from-web-page/ I generated ics file (vCalendar) with content of vcf ...
0
votes
1answer
79 views

PHP/iCal appointment reply target

I found several great tutorials for generating an event (.ics) email in PHP, such as this one here. However, I'm hoping that there is some way to possibly set up a "reply target" as a URL? I would ...
1
vote
0answers
69 views

ical file saves as Multiple times in outlook for the same Event and shows as conflict

When I try to open the ics file multiple times and save it multiple times in Mac Machines it will be saved as only one instance, but in windows outlook the same ics if I open multiple times and save ...
0
votes
1answer
155 views

Parsing iCalendar with custom fields via Ruby/Rails rake task

I have a rake task setup that imports events from an iCal file using the iCalendar gem. The iCal also contains several custom fields in addition to the standard .ics fields. Is it possible to import ...
2
votes
2answers
768 views

How to send Outlook tasks requests by mail without Outlook?

I need to replicate the Outlook feature/functionnality to send some tasks requests to someone (see here) but with mails sent from a webserver using ASP.NET C# and without Outlook installed on the ...
1
vote
0answers
183 views

Outlook ICS / iCalendar: No Field (“To:”) for further Attendees when Organizer is set?

My goal: (Step 1) Open ICS file in Outlook, so the user can send a generated meeting/appointment to recipients of his or her choice. Therefore I use the PUBLISH method. It is pretty much what is ...
1
vote
0answers
638 views

best way to make calendar available online (CalDav, ics,…)

I have a calendar (ie a set of events) that I would like to make publicly available with a technique that allows from as many platforms (windows,ios,android,...) as possible to subscribe/import to ...
1
vote
2answers
538 views

iCal4j ics file not importing to outlook 2010

I'm having trouble importing an ics file via the 'internet calendars' option in outlook. The file is produced I believe by a java applet. When I open the ics file directly within outlook 2010 it works ...
1
vote
0answers
120 views

External ICS creation with Tracking for Outlook [closed]

In an external program we create an ICS. This ICS is been send to the "organizer" and "attendees". The ICS for the "organizer" and the "attendees" are in the moment the same (same content). Unfo. ...
2
votes
3answers
924 views

Google Calendar can't subscribe to icalendar feed over https?

Would someone happen to know if Google Calendar has some problems subscribing to iCalendar feeds served on a secure https-address? I'm developing a website running on an https-address that has an ...
0
votes
1answer
171 views

use HTML code in the summary field of an iCalendar feed

I have this simple ics feed: BEGIN:VCALENDAR VERSION:2.0 PRODID:-//Remodel or Move//NONSGML v1.0//EN X-WR-CALNAME:My Scheduler BEGIN:VEVENT UID:uid1@remodelormove.com DTSTAMP:20121010T080000Z ...

1 2 3 4