Ben Fortuna

Show:

What's happening?

  • Comment: Error unfolding multiline ics rfc2445 4.1

    Hi Andrés, We do currently support both space and htab as folding delimiters, not sure why it isn't working for you. I just copied the sample into a test and it seems to unfold ok for me. I would suggest maybe you attach a file to this issue exactly as it is when it doesn't unfold properly. regards, ben.

    2013-05-11 04:39:27 PDT in iCal4j

  • Followup: RE: iCal4j vCard - How to get 2.1 parameters?

    Hi, Unfortunately I think the format for vCard 2.1 is quite different in syntax to that of vCard 3 or greater, which makes it quite difficult to support with a single parser. So currently we don't really support vCard versions earlier than 3.0. You could possibly modify the regular expressions used for parsing (found in the VCardBuilder class) to create a vCard 2.1-specific builder class...

    2013-05-11 04:18:17 PDT in iCal4j

  • Followup: RE: Extensions for different calendar scales

    Hi Mike, This is really interesting - hopefully we'll be able to support this in ical4j. I suspect this may provide an (additional) incentive to replace the underlying date-time API with something that supports lunar calendars, etc. (e.g. jodatime). regards, ben.

    2013-05-02 18:53:32 PDT in iCal4j

  • Followup: RE: DefaultTimeZoneRegistryFactory Error

    I haven't had much time to investigate this, however if you want to look at an example of using ical4j in Android there is this: http://ical4j.hg.sourceforge.net/hgweb/ical4j/ical4j-android-test/ I haven't tried this project recently, but it was parsing and loading calendar files last time I checked. Note that this doesn't use Android services tho, so the initial issue here may be related...

    2013-04-22 19:08:33 PDT in iCal4j