-
**Description**
net.fortuna.ical4j.util.Configurator retrieves an InputStream in its static initialization code block, that never is closed. This leads to Warnings when undeploying an application tha…
-
**Describe the bug**
I am using ical4j for a while now, it's a great lib and works perfectly for me.
Until I am caught up by a wrong date couple days ago, did some digging in the code, and looks lik…
-
* https://stackoverflow.com/questions/12239868/whats-the-correct-way-to-send-a-file-from-rest-web-service-to-client
* https://github.com/ical4j/ical4j/wiki/Examples
* An JSF senden: Faces.sendFile(F…
-
Does iCal4j need to backport library?
because, ical4j library in android studio 2.1.2
I meet some warning during compile
warning is..
Error:warning: Ignoring InnerClasses attribute for an anonymous…
-
Trying to import a calendar from google I receive exception when event has attached file.
VEVENT looks like this
BEGIN:VEVENT
DTSTART;VALUE=DATE:20170601
DTEND;VALUE=DATE:20170602
RRULE:FR…
-
Hi, I was testing out some RRules from the RFC page but when I tested a particular rule ical returned the wrong set of dates.
The rule is FREQ=DAILY;BYMONTH=1
Start date = 2000-01-01
End date = 2000-…
-
``` java
String cal2 = "BEGIN:VCALENDAR\n" +
"CALSCALE:GREGORIAN\n" +
"PRODID:-//xxxx//xxxxxx//EN\n" +
"VERSION:2.0\n" +
"BEGIN:VTIM…
-
**Describe the bug**
using `ical4j` requires `javax.cache:cache-api` dependency in classpath while `javax.cache:cache-api` is declared as an optional dependency in `ical4j` pom file.
We are using…
-
I did the recent upgrade to 3.0.0 and I'm running on Java-8 still. Since that upgrade I have again a JCache ClassNotFound issue, but this time I do have set the property net.fortuna.ical4j.timezone.ca…
-
**Describe the bug**
I'm using the library as a compiled .jar in Android, everything works fine, but on Android 6.0 or lower, the "Optional" class doesn't exists. It's because of Android's JVM doesn'…