-
When the "EST" time zone is loaded with the default ical4j time zone registry:
```
val tzRegistry = TimeZoneRegistryFactory.getInstance().createRegistry()!!
tzRegistry.getTimeZone("EST")
```
…
-
I was wondering if you folks could help us with this.
Apparently not all properties get exposed, breaking stuff downstream :/
[Full thread](https://github.com/tasks/tasks/issues/635)
-
When I want to calculate the recurrence set of a monthly recurring event that starts on a date with day of month > 28, I am getting unexpected results.
Example:
``` java
VEvent vEvent = new VEvent()…
-
**Description**
TimeZoneLoader::loadVTimeZone retrieves an InputStream, that never is closed. This leads to Warnings when undeploying an application that uses ical4j in glassfish.
**Expected behav…
-
**Describe the bug**
When invalid input is passed into CalendarBuilder() it is possible to enter an infinite loop. This is problematic because the loop consumes 100% CPU and causes loss of service fo…
-
Hello. I'm a software engineer developing an android application.
First above all, i'd like to say "thank you" for your support.
I've developed all of things related with the ical4j module.
But, i go…
-
-
Before submitting an issue, [read the FAQ](https://github.com/caldav4j/caldav4j/wiki/FAQ.md)
then describe the issue using the following template
## Reproduce
Steps to reproduce the issue:
…
-
When I create an event with an e-mail reminder in SOGo, everything is fine : the mail is fired.
However when I create the same event in android calendar, and it is sync with caldav (DAVx5), the event…
-
Dear Prof Damith,
Is it okay for us to use [iCal4j](https://github.com/ical4j/ical4j#introduction)?
We are hoping to use it to read and write iCalendar data streams as defined in RFC2445.
Th…