Calendar:Server Access Rights: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[Calendar:Feature_Implementations| <<Back to Features]] | |||
==Description== | ==Description== | ||
Calendar servers support a variety of access rights that can be edited by the user. The acces rights for a calendar can be granted to everybody or to individual users known to the calendar server. Although the server takes care of the access rights, the calendar UI should also be aware of it and should not allow impossible changes to events that will trigger an error on the server (eg, drag'n drop of read-only events). | Calendar servers support a variety of access rights that can be edited by the user. The acces rights for a calendar can be granted to everybody or to individual users known to the calendar server. Although the server takes care of the access rights, the calendar UI should also be aware of it and should not allow impossible changes to events that will trigger an error on the server (eg, drag'n drop of read-only events). | ||
Line 14: | Line 16: | ||
==Optional UI changes== | ==Optional UI changes== | ||
It must be evaluated where the UI is affected by server access rights to avoid strange or even inconsistent UI behavior. | It must be evaluated where the UI is affected by server access rights to avoid strange or even inconsistent UI behavior. | ||
[[category:calendar|Server Access Rights]] |
Latest revision as of 12:55, 12 July 2007
Description
Calendar servers support a variety of access rights that can be edited by the user. The acces rights for a calendar can be granted to everybody or to individual users known to the calendar server. Although the server takes care of the access rights, the calendar UI should also be aware of it and should not allow impossible changes to events that will trigger an error on the server (eg, drag'n drop of read-only events).
Required UI changes
A dialog should offer to edit and store the following access rights:
- availability
- invite
- read
- delete
- modify
It should also be possible to select users via address book that will be granted those rights. By default the rights apply to everybody.
Optional UI changes
It must be evaluated where the UI is affected by server access rights to avoid strange or even inconsistent UI behavior.