Tagged Questions
.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.
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 ...
7
votes
3answers
869 views
ICS in Outlook being sent as a .msg file
I have an application, it is creating an ICS similar to the following:
BEGIN:VCALENDAR
VERSION:2.0
METHOD:REQUEST
BEGIN:VEVENT
ATTENDEE;ROLE=REQ-PARTICIPANT;RSVP=TRUE:MAILTO:test1234@gmail.com
...
6
votes
1answer
2k views
Create .ics file dynamically
I made a website for a client where they can post events. Instead of manually creating .ics files from iCal for every event and uploading it, I though it would be better to pull it out of the database ...
5
votes
1answer
669 views
Android ICS emulator camera
I am trying to get a look at the Gallery application in ICS, using the emulator.
So, I launch an AVD and snap a couple of pictures with the Camera then launch the Gallery. When I click any ...
5
votes
4answers
449 views
Real time web based client for delphi app. HOWTO?
First of all what I want is quite complex, at least for me, but on the other hand it sounds exciting.
I have a software written in delphi, and I want a real time web based client for it.
The ...
5
votes
2answers
1k views
Which ics parser written in PHP is good?
I need a ics parser for PHP. I want to import calendars in my web application from Google, but my clients should have the possibility to upload ics files from other sources, too.
I tried Roman Ožanas ...
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
3k views
parser for ics files in .net
I'm trying to figure out the best way take a ics file and convert it into a format I can put into a database. Can anyone recommend how to do this?
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 ...
3
votes
3answers
169 views
Crash when opening Option Menu
I have ordinary activity with Option Menu, which I created by this code:
@Override
public boolean onCreateOptionsMenu(Menu menu) {
menu.add(0, 1, 0, "A");
menu.add(0, 2, 0, "B");
menu.add(0, 3, ...
3
votes
1answer
415 views
Showing the menu button on ICS while keeping android:targetSdkVersion to be 14
I have an existing app with a full screen viewer that uses the menu button to show options.
I've set the android:targetSdkVersion to be 14 to have the entire app theme look like a native ICS APP.
The ...
3
votes
1answer
295 views
How can I force the Action Bar to be at the bottom in ICS?
Ice Cream Sandwich (Android 4.0) adds the option of having the Action Bar at the bottom of the screen on phones, and that's something I'd love to have in an application of mine. The docs mention ...
3
votes
1answer
99 views
How can I push a TWSocket's OnDataAvailable() event to a background thread in my Delphi 6 application?
I have a Delphi 6 application that uses the ICS component suite to do socket communications. I have my own server socket VCL component that creates client TWSocket sockets when a new session becomes ...
3
votes
2answers
544 views
Delphi Soap Client example using OverByte ICS components?
I am looking for a sample SOAP client for Delphi using the OverByte Internet Component Suite, a non-blocking socket library. The demos for OverByte ICS include basic HTTP client and server, but not ...
3
votes
1answer
163 views
Is ics format a good idea when dealing with several thousands events?
In our company we have a php application to handle our assistance tickets.
Now we are thinking to also add tickets, through that php application, into an ics (calendar) file so that appointments, ...
2
votes
0answers
31 views
WebView on Android ICS, iframe problems with android_assets
My application engine runs inside a WebView. It spans different IFRAMES.
Both the main application html and the iframes html are on android_assets.
On Android 3.x no problems ever. Same on chrome ...
2
votes
2answers
80 views
android - is it possible to use android 4 features on older versions?
since android 4 has some nice new APIs , and since android is open source , i've thought :
why not , for the time being , use the new APIs as if they are a part of the application, and when the time ...
2
votes
1answer
99 views
How to force overflow menu on android actionbar compat?
Android action bar compat
Is it possible? On older devices (pre 3.0) the itens that don't fit the action bar are only shown when the menu key is pressed, I want these itens to be grouped in the ...
2
votes
1answer
113 views
Android 4.0 custom notification like google music
I want to create a custom notification with a progress bar and a delete button.
Screenshot:
I succeed to create a custom notification with a progress bar, but I did not manage to create the delete ...
2
votes
1answer
171 views
Android, honeycomb and ICS - report screen size without bottom buttons
Okay, on honeycomb I have some functions that determine the screen size. This is sometimes used to dynamically do some UI stuff. But the problem is that it includes the bottom bar with the android ...
2
votes
1answer
104 views
ical parser android
I'm trying to pull events from my google calendar into a list view (most likely). I'm able to access .ics file but when I open the file in a text editor I see tags like UID CREATED LASTMODIFIED and ...
2
votes
0answers
103 views
Is There a Workaround for lack of Olsen TZ TZID Format in ICS File
I recently had a problem with an ICS file that I received in email. My copy of Outlook 2010 would not recognize the timezone correctly. Here is the way that the start time of a meeting was represented ...
2
votes
0answers
151 views
Delphi, MultiPartHttpDownloader from ICS: download several files sequentially
Can anybody tell me how to download several files sequentially using MultiPartHttpDownloader from ICS in Delphi?
Thanks!!!
2
votes
1answer
549 views
Outlook 2003 does not import .ics calendar while outlook 2007 does
I have an .ics file I manually create with PHP like the following:
BEGIN:VCALENDAR
PRODID:-//Microsoft Corporation//Outlook 11.0 MIMEDIR//EN
VERSION:2.0
METHOD:PUBLISH
...
2
votes
2answers
341 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
1answer
426 views
How to use NSScanner to parse .ics file
Could someone please show how i could parse a ics file using NSScanner? (Iphone App)
e.g: if the .ics file was at this URL http://www.ibz.com/data/12345.ics (not a real URL!!!)
How would i firstly ...
2
votes
1answer
546 views
Parse .ics data in iPhone project
I am making an iPhone application and i want to use libical to parse .ics dat from an .ics file OR from the URL location of the .ics file..
Firstly i want to know how i would go about using libical ...
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
0answers
177 views
_Really_ disable reminder via ics in Outlook
I've designed a web interface to send all day events to Outlook 2007 calendars.
This is done by sending a mail with content-type "text/calendar" and adding an ics Text as AlternateView (Calendar).
...
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
2answers
1k views
Managing timezone in php with ics date/time format
Ok, I'm using an ICS parser utility to parse google calendar ICS files. It works great, except google is feeding me the times of the events at UCT.. so I need to subtract 5 hours now, and 6 hours when ...
2
votes
2answers
2k views
ics file mime type
I'm trying to upload an ics file to my site. It was exported from iCal on Mac OSX. I thought that ics files had a mime type of text/calendar, but for some reason this file seems to be of type ...
2
votes
1answer
3k views
Grouping multiple events in a single ics file (icalendar stream)
I want to group multiple events in a single ics file (icalendar stream) according to the RFC this can be done. but o have no idea how , anyone can help me , give me an example ? Thanks
Here is what ...
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
2answers
912 views
Redialing a PPPOE connection programatically
I have a PPPOE connection on a computer . That computer has two LAN cards and I activated ICS on it . The problem is , the connection kinda degrades over time ( don't know why ) , and a redial would ...
1
vote
2answers
92 views
Wrong Bitmap Width and Height with Android 4 (ICS)
On Android 2.2 and 2.3 Devices
BitmapFactory.decodeResource(getResources(), R.drawable.my_original_drawable);
generates a bitmap, that has exactly the same size than it's source. On my Galaxy ...
1
vote
1answer
119 views
Theme.Translucent fails on ICS
I'm using:
android:theme="@android:style/Theme.Translucent.NoTitleBar"
in combination with:
getWindow().setFlags(WindowManager.LayoutParams.FLAG_BLUR_BEHIND, ...
1
vote
1answer
38 views
Encoding content to UTF-8 insite a url that turns to a file :\
i'm using this code to get one of my calendars from icloud. It's a url that turns into a file for download (should be *.ics but i can leave without it) . the problem is that the file is ANSI. i want ...
1
vote
1answer
117 views
Encodage utf-8 on WebView and ICS
To display correctly (utf-8) text in a webview, I usually use a doctype and a meta tag :
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
and I use a tip I've seen on ...
1
vote
1answer
290 views
Searching for the correct AVM settings to emulate an Samsung Galaxy Nexus (using android-4.x, ICS)
I recently upgraded my android sandbox to handle Icecream Sandwich (ICS, aka android-4). Unluckily I was unable to find configuration data for the newest android-based flagship; Samsung's Galaxy ...
1
vote
1answer
801 views
adding home screen shortcuts on android 4.0 ics
I have a few apps that install shortcuts on the user's home screen and it works as it should on all versions except ics. The shortcut is placed on the home screen in ics but when I click on it is says ...
1
vote
0answers
95 views
where is the source code of the face detection implementation on Android 4.0 Ice cream sandwich?
ICS has provided new API for face detection. I traced the source code, but I cannot find how the detection implemented. I found the interface OMXCameraAdapterFillBufferDone, in which I can get how ...
1
vote
0answers
135 views
create .ics file on the fly using javascript or jquery?
Can someone tell me if there is any jquery plugin to dynamically create .ics file with values coming from the page div values like there would be
<div class="start-time">9:30am</div>
...
1
vote
1answer
194 views
HEAP MEMORY CORRUPTION IN dlmalloc or dlfree and SIGSEGV errors in Android ICS 4.0
Since I couldn't find anyone reporting this behaviour before I thought about posting the problem and my solution here so it could help others who are having this problem. Our app did work great on ...
1
vote
0answers
73 views
Replacing existing outlook calendar appoinment with new appoinment in c#
I'm using c# to send outlook appointments i.e .ics file as an attachment in email.
My question is as follows: suppose a team leader sends a meeting request to 2 team members at different times. When ...
1
vote
1answer
454 views
How to use and test the Android 4.0 Calendar API in the emulator?
Do most use real phones to test Google Account specific Android features? For example, I want to develop/test the Ice Cream Sandwich calendar api and in the emulator I can add a Google Gmail account ...
1
vote
0answers
178 views
Automatically adding a calendar feed (.ics) to android/iphone though link or barcode
On my website I want to share a link or show a barcode that directs to a google calendar. Is it possible to have the calendar added as a live feed to the visitors smartphone when they click the link, ...
1
vote
2answers
180 views
Delphi 5 Indy/ics SSL workaround?
I'm getting errors like:
"IndyProtocols5 does not use or support IdSSLOpenSSLHeaders.."
when attempting to install Indy 9 or 10 with my Delphi5 and notice it is a problem for others. This causes ...
1
vote
0answers
89 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 ...