LoginRequired(); require_once("interactive-page.php"); include("page-header.php"); echo <<Administration

You are logged on as $session->username ($session->fullname)

EOBODY; ?>

Administration Functions

The administration of this application should be fairly simple. You can administer:

There is no ability to view and / or maintain calendars or events from within this administrative interface.

To do that you will need to use a CalDAV capable calendaring application such as Evolution, Sunbird, Thunderbird (with the Lightning extension) or Mulberry.

Users, Resources and Groups

These are the things which may have collections of calendar resources (i.e. calendars).

Here is a list of users (maybe :-). You can click on any user to see the full detail for that person (or group or resource - but from now we'll just call them users).

The primary differences between them are as follows:

Types of Relationships

These define the structure of the relationships between users.

A manager might want to grant full access to their calendar to an assistant, for example, so there should be an "Is assisted by" relationship between the manager and the assistant.

Relationships themselves are maintained on the User maintenance screen.

It can also be useful to have several people having the same kind of access to a particular set of resources. The "Is a member of group" relationship is used to link users to the group, and then the group is linked to each resource with the "Administers Resource" relationship.

You can also define other relationship types beyond the basic ones just described.

Relationship links work in three ways, as follows:

Configuring Calendar Clients for RSCDS

The RSCDS client setup page on sourceforge have information on how to configure Evolution, Sunbird, Lightning and Mulberry to use remotely hosted calendars.

The administrative interface has no facility for viewing or modifying calendar data.

Configuring RSCDS

If you can read this then things must be mostly working already.

The RSCDS installation page on sourceforge has some further information on how to install and configure this application.