.::= Moonbird =::.

Resources

If you define availible resources in a file, you will not have to type the full email address every time you assign a person to an event. The easiest way to define the availible resources is to do it directly in the .mcal file like the example below.

      <resources>
        <resource cn="Steve Carter" email="steve@mycomapny.com" last-name="Carter"/>
        <resource cn="Mike Bush" email="mike@mycompany.com" last-name="Bush"/>
      </resources>
      

LDAP

If you want to use a LDAP directory instead of define the persons/resources locally, you create a "ldap" element in the .mcal file.
      <ldap host="ldap.arizona.edu" base="o=University of Arizona,c=US"/>