Changes for page Calendar Application
Last modified by Ecaterina Valica on 2014/01/15 13:50
From version 13.3
edited by Vlad Merticariu
on 2011/06/22 11:03
on 2011/06/22 11:03
Change comment:
There is no comment for this version
To version 13.6
edited by Vlad Merticariu
on 2011/06/22 11:29
on 2011/06/22 11:29
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -188,19 +188,26 @@ 188 188 * repeatsUntil (Until: date(dd/MM/yyyy)): // the date when the recursion of the event ends// 189 189 * description (Description: text): // a short description of the event// 190 190 * location (Location: text): // the location where the event will take place// 191 -* category(Category: database list): // the category of the event// 192 -* color(Color: static list): // the color of the event// 191 +* category (Category: database list): // the category of the event// 192 +* color (Color: static list): // the color of the event// 193 193 * privacy(Privacy: static list): // set the event to be default, public (visible to everyone) or private (visible only to the user)// 194 -* emailNotifications(Email Notifications: static list): // indicates when the reminders for the event should be sent to the creator and to the guest list// 195 -* rssNotifications(RSS Notification: bool): // indicates if the creator should receive RSS notifications // 196 -* guestList(Guest List: user list): // the list of users invited to the event// 194 +* emailNotifications (Email Notifications: static list): // indicates when the reminders for the event should be sent to the creator and to the guest list// 195 +* rssNotifications (RSS Notification: bool): // indicates if the creator should receive RSS notifications // 196 +* guestList (Guest List: user list): // the list of users invited to the event, waiting for confirmation// 197 +* confirmedGuests (Attending guests: user list, disabled): // the list of users who have confirmed their attendance to the event// 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): // Indicates if the guests can Modify event, Invite other guests, View guest list // 197 197 198 198 Calendar class properties: 199 199 200 -* title (Title: text): // thetitle of the calendar//203 +* name (Name: text): // the name of the calendar// 201 201 * description(Description: text): // a short description of the calendar// 202 -* 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// 203 203 * 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// 204 204 205 205 Calendar class sheets: 206 206