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