User Related External Commands
Below we present the various user-related URL's that you may add
to your web pages to access Calendars for the Web externally.
Use the following HTML code in your web pages to access various specific
parts of the program directly:
In the following replace:
- Program with the URL string to the
executable program.
- Text with any text you would like
to appear to your end users on your web page.
- CalName with the folder name of the
calendar you would like to access.
Present the user login screen:
<a href=Program?cmd=1005> Text </a>
Allow users to request to be added to the user database:
<a href=Program?cmd=1001> Text </a>
Note: If a user requests a permission level higher than
the default permission level for this calendar he/she will become
a Pending User.
Allow users to edit their own user ids:
<a href=Program?cmd=1002> Text </a>
Note: If a user requests a permission level higher than
the default permission level for this calendar he/she will become
a Pending User.
|