Changes for page Calendar Application

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

From version 13.5
edited by Vlad Merticariu
on 2011/06/22 11:16
Change comment: There is no comment for this version
To version 13.6
edited by Vlad Merticariu
on 2011/06/22 11:29
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -196,14 +196,18 @@
196 196  * guestList (Guest List: user list): // the list of users invited to the event, waiting for confirmation//
197 197  * confirmedGuests (Attending guests: user list, disabled): // the list of users who have confirmed their attendance to the event//
198 198  * declinedGuests (Non-attending guests: user list, disabled): // the list of users who have declined their attendance to the event//
199 -* guestRights (Guests can: static lists (Modify event, Invite other guests, View guest list))
199 +* guestRights (Guests can: static lists): // Indicates if the guests can Modify event, Invite other guests, View guest list //
200 200  
201 201  Calendar class properties:
202 202  
203 -* title (Title: text): // the title of the calendar//
203 +* name (Name: text): // the name of the calendar//
204 204  * description(Description: text): // a short description of the calendar//
205 -* privacySettings(Privacy: static list): // set the calendar to be public(visible to everyone) or private(visisble only to the user)//
205 +* privacy(Privacy: static list): // set the calendar to be public(visible to everyone), visible to specific users or private(visisble only to the user)//
206 +* shareList(Share calendar: user list): // if privacy is set to visible for specific users, this list will contain the users who can view it//
206 206  * owner(Owner: user): // the user who owns the calendar//
208 +* weekStart(Week starts on: static list): // The day when the week starts (Sunday, Monday or Saturday)//
209 +* showDeclinedEvents(Show Events you have declined: bool): // Indicates if events which have been declined should be added to the calendar//
210 +* addInvitations(Automatically add invitations to the calendar: bool): // Indicates if the events to which the user has been invited should be added to the calendar//
207 207  
208 208  Calendar class sheets:
209 209