Questions tagged [ical4j]

iCal4j is a Java API that provides support for the iCalendar specification as defined in RFC2445.

iCal4j is a Java API that provides support for the iCalendar specification as defined in RFC2445. This support includes a Parser, Model and Generator for iCalendar data streams. For more information check out the API Documentation.

139 questions
0
votes
1 answer

How to get a element from Middle of a method to an ArrayList

Here is the Method where i get the Multiple List From different URL and then sort different List into a single ArrayList. Arraylist from different calendar has different EMAIL and OWNER NAME. In this method i am returning only a single ArrayList.…
VICKY-TSC
  • 405
  • 2
  • 5
  • 19
0
votes
1 answer

When an icalendar (ical) is updated, could java get the new event details and do something?

In a java existing application, I am asking me if it's possible to do the following: A user create a new event in his ical with Google Calendar(Agenda) for example The java programm detect that the calendar have been updated, that a new…
superscral
  • 480
  • 1
  • 11
  • 33
-1
votes
1 answer

Regarding dom4j,iCal4j and backport-util-concurrent Export Control Classification Number (ECCN)

We would like know below mentioned details to use dom4j,iCal4j and backport-util-concurrent in commercial product Can anyone tell me if the Java code contains encryption - or even better can anyone tell me what will be export code (ECCN) for…
-2
votes
1 answer

Get Calendar id in ICAL calendar while creating Event in java

I am creating a google meeting invite using ical calendar in java. After creating event I need to get or set event id of the created event
1 2 3
9
10