egroupware/calendar/templates/default/import.ical_conditions.xet

17 lines
709 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
<!-- $Id$ -->
<overlay>
<template id="calendar.import.ical_conditions" template="" lang="" group="0" version="16.1">
<vbox>
<template id="importexport.wizard_basic_import_csv.conditions" disabled="@no_conditions"/>
<hbox>
<description value="Do not import conflicting events"/>
<checkbox id="skip_conflicts" />
</hbox>
<integer label="How many days to be removed in the past (default 100)" id="remove_past"/>
<integer label="How many days to be removed in the future (default 365)" id="remove_future"/>
</vbox>
</template>
</overlay>