Changes for page Calendar Application

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

From version 20.2
edited by Vlad Merticariu
on 2011/07/06 16:37
Change comment: There is no comment for this version
To version 19.4
edited by Silvia Rusu
on 2011/06/22 20:31
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.vladm
1 +XWiki.SilviaRusu
Content
... ... @@ -47,11 +47,6 @@
47 47  When the user is invited to other events he can choose to view those events in one or more of his calendars while when another user shares a calendar with him he can only view that calendar, on a separate page.
48 48  The current technicalities are meant for this alternative.
49 49  
50 -**Unique calendar/user**
51 -
52 -Every user has only one calendar. Events can be categorized just as above.
53 -For sharing the user has 2 options: share the entire calendar or share a category, which, as functionality, makes it similar to the Calendar aggregator alternative.
54 -
55 55  = Detailed Functionality =
56 56  
57 57  == Adding events ==
... ... @@ -147,7 +147,6 @@
147 147  Each category can be:
148 148  
149 149  * Public
150 -* Visible for specific wiki users -> Share category
151 151  * Private
152 152  
153 153  **Default privacy settings for events**
... ... @@ -218,11 +218,10 @@
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 //
215 +* guestList (Guest List: user list): // the list of users invited to the event, waiting for confirmation//
216 +* confirmedGuests (Attending guests: user list, disabled): // the list of users who have confirmed their attendance to the event//
217 +* declinedGuests (Non-attending guests: user list, disabled): // the list of users who have declined their attendance to the event//
218 +* guestRights (Guests can: static lists): // Indicates if the guests can Modify event, Invite other guests, View guest list //
226 226  
227 227  Calendar class properties:
228 228