}
Room oRoom = new Room();
oRoom.put(DB.gu_workarea, oFllw.getString(DB.gu_workarea));
ICalendarVEvent oEvnt;
ICalendarParser oPrsr = new ICalendarParser();
ICalendar oCal = oPrsr.parse(oCalFile, sEncoding);
Iterator oIter = oCal.icalEventCollection.iterator();
while (oIter.hasNext()) {
oEvnt = (ICalendarVEvent) oIter.next();
// remove - from Mozilla UIDs
sGuid = Gadgets.removeChar(oEvnt.getUid(),'-').trim();