-
I am facing a lot of compilation errors even while compiling the sample project.
![capture](https://cloud.githubusercontent.com/assets/24429141/20959971/5c17a3ae-bc77-11e6-8b20-c9e989c2185c.PNG)
-
Hi Jeff,
There is an error related with ical4j dependency I fixed using org.mnode.ical4j (replacing ical4j existing one in pom.xml)
I hope it helps!
-
I am now trying to add a simple EXDATE Property to my VEVENT component, this I am doing in a test for a project I am working on.
I wrote this test code:
``` java
// RECURRENCE
Recur recu…
-
Hi,
I'm not able to make ical4j find my ical4j.properties.
I've tried to put it at several places :
- src/main/
- src/main/java/
- src/main/java/com/blabla/myapp/
but always end up with "I/Configu…
gbero updated
8 years ago
-
Caldav crashes in AndroidEvent on line 381:
``` java
mCalendar.getComponents().add(timezone.getVTimeZone());
```
Seems that the timezone instance is null. In the documentation of ical4j#timezoneregi…
-
With Following Recurrence pattern throwing NumberFormatException.
"FREQ=WEEKLY;BYDAY=;INTERVAL=1"
Exception:
java.lang.NumberFormatException: For input string: "INTERV"
at java.lang.NumberFormat…
-
When I try to use the app I get the notification "Invalid ICS file". The file is not corrupted, as I can still open it with Lightning. Any idea what's going on here? I'm stuck. Thanks in advance.
-
```
Hi,
which version of iCal4J where used in calDAV4J-0.5?
(e.g. in PutMethod.java)
```
Original issue reported on code.google.com by `roland.s...@googlemail.com` on 12 Aug 2009 at 10:10
-
Using:
> serenity_version = "1.1.36"
> serenity_jbehave_version = "1.13.0"
> jersey_version = "2.22.2"
Could not instantiate class org.openqa.selenium.firefox.FirefoxDriver
net.thucydides.core.webdr…
-
```
There's a number of bug fixes between 1.0-rc2 and 1.0 so we should upgrade.
```
Original issue reported on code.google.com by `markhob...@gmail.com` on 13 Apr 2011 at 10:01