Replies: 1 comment
-
If you use the CalendarOutputter out = new CalendarOutputter(false);
out.output(calendar, writer); // where writer is the target, e.g. StringWriter, etc. That should allow an empty calendar to be generated. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to write a servlet that returns a ics file.
There are times when the generated caller
Calendar covers a period that doesn't have any events. Is there a way to generate ics with iCal4J that represents an empty vcalendar? From memory I tried it and got a runtime exception warning me about the empty vcalendar component.
Beta Was this translation helpful? Give feedback.
All reactions