How to change the outlook start time to java calendar
In outlook I set start time = Tue 7/13/2010 5:00 p.m. When i parse the ics file it gives the data like this
......
BEGIN:VEVENT
DTSTART:20100713T113000Z
DTEND:20100714T120000Z
........
..........
i have to set start time to google calendar’s event add start time.How to make this time to java calendar time
1 Answer