I see an date format for ics file from other article as
DateFormat dateFormat = new SimpleDateFormat("yyyyMMdd'T'HHmmss");
However, I can’t understand what I’ve got from Outlook ics file as
DTSTART:16011104T020000
Where the year 1601 came from?
1 Answer