final boolean nulltime = settings.getNullTime();
mTime.setTimeZone(TimeZone.getTimeZone("GMT"));
mDate.setTimeZone(TimeZone.getTimeZone("GMT"));
final PrintStreamProcessor processor = new PrintStreamProcessor() {
public void process(PrintStream out) throws IOException {
out.println("BEGIN:VCALENDAR");
out.println("PRODID:-//TV-Browser//Calendar Export Plugin");
printVersion(out);