Hi, ical4j is now hosted on Github. If you can raise the issue in Github issues it would be much appreciated. https://github.com/ical4j/ical4j/issues
It really is a malformed value for trigger. Even for zero time duration it should be PT0 or something like that. Can you confirm if this was produced from a known application? NOTE: I don't really monitor these forums regularly, so would suggest adding new issues over on github for tracking: https://github.com/ical4j/ical4j/issues
Yes, I have started looking at incorporating availability into freebusy calculations. This is still in progress but hopefully won't be too long to implement. NOTE: Apologies for delayed response but I don't really monitor these forums anymore. Please use github issues to raise requests and provide feedback: https://github.com/ical4j/ical4j/issues
hi mike the maven coordinates changed a few years ago so you can find the latest here: https://search.maven.org/search?q=g:org.mnode.mstor%20AND%20a:mstor&core=gav also the project now lives on github so feel free to raise issues there.
Fix will be applied in next release (v3.0.5)
I've released a new version of ical4j-extensions, hopefully compiled for Java 1.7. You can find it in maven central/bintray: http://search.maven.org/#artifactdetails%7Corg.mnode.ical4j%7Cical4j-extensions%7C1.0.1%7Cjar
It seems that your /tmp directory might be on a different mount point to /var/spool. A possible solution might be to override the temp location. I can possibly add support for this if you can raise an issue on the GitHub project
Hi Laxmi, I can see from your code that you are adding the 'mstor.cache.disabled' property to your javamail session properties. This will not work as you need to add it to your System properties. You can do this by adding an option at runtime (e.g. java -Dmstor.cache.disabled=true <program>), or programmatically: System.setProperty("mstor.cache.disabled", "true"); regards, ben
Yes, you can disable the cache using the system property: mstor.cache.disabled=true See the readme for details: https://github.com/benfortuna/mstor/blob/master/README.md
Hi Michael, All ical4 libraries should support java 1.7, I'll double check the compilation. What error are you seeing in Android?
I've also tried to rebuild the wiki on github, but some of the pages are still missing:...
Hi Daniel, The available documentation is a bit limited, but the best place to look...
I'll try to upload the old releases to maven central, but in the meantime you can...
Hi Iskander, Thanks for raising this question. The original intent of zoneinfo-global...
Also note that the latest snapshot build of ical4j-extensions includes support for...
Also note that the latest snapshot build of ical4j-extensions includes support for...
Hi, According to the iTIP spec the ORGANIZER property is required when you have METHOD:PUBLISH:...
Hi Melvin, The ical4j code now lives on Github. You can find a branch with the commons-logging...
Hi Adrian, We can't use the built-in timezones because they can't be converted to...
Hi Jean-Eric, CalDAV-Sync is outside my field of knowledge right now, but you may...
Hi Christopher, The default DTSTART format requires a timestamp, so for this to be...
Hi Oliver, There doesn't seem to be an obvious way to identify the charset. I had...
Hi Oliver, I suspect the problem is that the original file has a different encoding,...
Fix bundle imports for non-Android environments
Yes I think it is better to test getOffset directly. The difficulty is in setting...
Hi, I am just trying to create a test to demonstrate the problem. So far I have this:...
Hi Maxim, Yes the 2.0-beta1 release is the current focus, and to achieve this I am...
Hi Shane, Have you tried enabling the OUTLOOK_COMPATIBILITY hint in ical4j.properties?...
Hi Quentin, This could possibly be a result of how ical4j calculates the timezone...
Hi Quentin, It has been a while since writing this code, so I had to have another...