-
```
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
-
I am trying to parse our client's google calendar, some of which have file attachment's in their events, but am getting the following exception when parsing the ics:
```
=75213399 2016-01-15 14:37:33…
-
When generating many events at a once, there is a large spike in DNS traffic. After digging through the source, I noticed that a new UidGenerate is created for each event:
``` java
currentEvent.prope…
-
```
With ical client, i add an event and invite some people to the event .
When I get the events via CalDav4j, i've got an exception for an event in
particular :
Caused by: java.lang.IllegalArgumentE…
-
I have the below ics file
If I try to parse this file and retrieve the dtstart and dtend parameters I get the following output
event.dtstart
Sat, 25 Jan 2020
event.dtend
Sat, 25 Jan 2020
As you can …
-
/home/christof/.calendars/christof/iCal-20151225-153744.ics
Exception in thread "main" net.fortuna.ical4j.data.ParserException: Error at line 9:Unsupported parameter name: EMAIL
at net.fortuna.ica…
-
```
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
-
```
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
-
when running
FileInputStream fin = new FileInputStream(filename);
CalendarBuilder builder = new CalendarBuilder();
Calendar calendar = builder.build(fin);
I am getting the…
-
Sync error with davdroid and caldav.
exception: Sabre\DAV\Exception\UnsupportedMediaType
message: This resource only supports valid iCalendar 2.0 data. Parse error: End of document reached prematurel…
nic86 updated
8 years ago