Changes for page Calendar Application

Last modified by Ecaterina Valica on 2014/01/15 13:50

From version 20.3
edited by Vlad Merticariu
on 2011/07/06 17:28
Change comment: There is no comment for this version
To version 20.1
edited by Vlad Merticariu
on 2011/06/23 15:16
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -218,18 +218,11 @@
218 218  * color (Color: static list): // the color of the event//
219 219  * privacy(Privacy: static list): // set the event to be default, public (visible to everyone) or private (visible only to the user)//
220 220  * emailNotifications (Email Notifications: static list): // indicates when the reminders for the event should be sent to the creator and to the guest list//
221 -* guestViewList (Guest View List: database list): // the list of users invited to the event, having view rights, waiting for confirmation//
222 -* guestEditList (Guest Edit List: database list): // the list of users invited to the event, having edit rights, waiting for confirmation//
223 -* attendingGuests (Attending guests: database list): // the list of users who have confirmed their attendance to the event//
224 -* nonattendingGuests (Non-attending guests: database list): // the list of users who have declined their attendance to the event//
225 -* notifiedGuests (Notified Guests: database list): // the list of guests who have received notifications about their event invitation //
221 +* guestList (Guest List: user list): // the list of users invited to the event, waiting for confirmation//
222 +* confirmedGuests (Attending guests: user list, disabled): // the list of users who have confirmed their attendance to the event//
223 +* declinedGuests (Non-attending guests: user list, disabled): // the list of users who have declined their attendance to the event//
224 +* guestRights (Guests can: static lists): // Indicates if the guests can Modify event, Invite other guests, View guest list //
226 226  
227 -XWikiRights objects will be added to event documents in the following way:
228 -
229 -* default events: //edit object for guestEditList and owner, delete object for owner//
230 -* public events: //view object for XWikiAll group, edit object for guestEditList and owner, delete object for owner//
231 -* private events: //view object for guestEditList, guestViewList and owner, edit object for guestEditList and owner, delete object for owner//
232 -
233 233  Calendar class properties:
234 234  
235 235  * name (Name: text): // the name of the calendar//