Examples of VCalFile


Examples of calendarexportplugin.utils.VCalFile

  }

  @Override
  protected void export(File file, Program[] programs, CalendarExportSettings settings,
      AbstractPluginProgramFormating formating) {
    new VCalFile().export(file, programs, settings, formating);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.