<?xml version="1.0" encoding="UTF-8"?>
<form	xmlns="http://www.todoyu.com/schema/form"
		xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
		xsi:schemaLocation="http://www.todoyu.com/schema/form ../../../../core/config/form.xsd">
	<fieldsets>

		<fieldset name="main">
			<legend>Event Persons</legend>
			<elements>

				<field type="textAC" name="id">
					<label>calendar.event.attr.assigned_to</label>
					<config>
						<acLabel>TodoyuContactPersonManager::getLabel</acLabel>
						<options>
							<acName>eventperson</acName>
							<onComplete>Todoyu.Ext.calendar.Event.Edit.onPersonAcCompleted</onComplete>
							<onSelected>Todoyu.Ext.calendar.Event.Edit.onPersonAcSelected</onSelected>
						</options>
					</config>
					<wizard name="person" />
					<required />
				</field>

			</elements>
		</fieldset>

	</fieldsets>
</form>