<noinclude>
This is the template "Appointment".
It should be used in the following format:
<pre>
{{Appointment
|work=
|start=
|end=
|reason=
|description=
|attendees=
}}
</pre>
Click "edit" to view the source code of this template.
</noinclude><includeonly>
This meeting is included in the general [[company calendarCompany Calendar]].
=={{{start|}}} {{{description|}}}==
* Start: {{{start|}}}
* Ende: {{{end|}}}
===Description===
{{{description|}}}
===Work===
{{{work|}}}
===Attendees===
{{#arraymap:{{{attendees|}}}|,|x|[[Benutzer:x{{!}}x]]}}
{{#subobject:{{{start|}}} {{{description|}}}
|Appointment/description={{{description|}}}
|Appointment/start={{{start|}}}
|Appointment/end={{{end|}}}
|Appointment/reason={{{reason|}}}
|Appointment/attendees= {{#arraymap:{{{attendees|}}}|,|x|x|+sep=;}}
|Appointment/work={{{work|}}}
}}
</includeonly>