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.4
edited by Vlad Merticariu
on 2011/06/22 11:12
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -188,15 +188,14 @@
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, 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 (Modify event, Invite other guests, View guest list))
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//
200 200  
201 201  Calendar class properties:
202 202