I am currently using 2 tools to start processing an iCal calendar from a URL. First, using Google Chrome, I create a .ics file from the calendar URL (for example, I can get the URL from AirBnb), and then I use ical4j to process the created file. Can I use this URL directly in a Java program?
source
share