 Thread Author
# 1

05-29-2009, 12:45 PM
|
| | CrackBerry Abuser Device(s): Bold 9650 Carrier: Sprint/Nextel | | Join Date: May 2009 Posts: 315 Likes Received: 0
Thanked 1 Time in 1 Post
| |
ICS Calendar Attachment Workaround
I have found a work around for blackberry .ics file integration. Skip to the end for the work around, what follows is my journey to this revelation.
It started when I noticed that meeting requests sent from our zimbra calendar at work as ics files were properly imported into the blackberry calendar, but if I forwarded the same meeting from the calendar to my blackberry it would show up as an unreadable attachment. This puzzled me greatly, so I googled and found nothing useful except reports of ics not working with the blackberry. I knew this was wrong because the meeting requests were in ics format (I received the emails on my pc as well). So I searched the forms here and was met with the same disappointing reports of "no ics support", and unanswered threads.
I knew there had to be something different between the forwarded ICS files and the ones generated with meeting requests, so I inspected the raw source of the emails and the raw ics files. Eventually I discovered the problem. The Solution
Basically, in order for the blackberry to import the appointment the ICS file must contain a "METHOD:REQUEST" line. That is it. Normally forwarded ICS appointments will have METHOD:PUBLISH. Here are the steps to fix an ICS file.
1. Download the ICS file to your PC
2. Edit the ICS file using a text editor and add METHOD:REQUEST (or replace METHOD:PUBLISH with METHOD:REQUEST)
3. Forward the modified ICS file to your blackberry.
4. Success!
This process is tedious to do for each and every ICS file you receive, so it may just be easier to import the file with outlook and sync with your blackberry. I don't sync with outlook so this was not an option for me.
This would seem to be a bug/omission in the blackberry software. ICS files with METHOD:PUBLISH should have the option to be imported into the calendar. Does anyone know the best way to take this up with RIM?
Last edited by codemaker; 06-26-2009 at 08:14 PM.
Thanked by Y_me (12-01-2010)
|