Changes for page Calendar Application

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

From version 13.2
edited by Vlad Merticariu
on 2011/06/22 10:59
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
... ... @@ -191,8 +191,11 @@
191 191  * category(Category: database list): // the category of the event//
192 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 -* notifications(notifications: bool): // indicates if the notifications are activated or not//
195 -* userNotifiationList(Users to receive notifications: ?): // the list of users to be notified about 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//
196 196  
197 197  Calendar class properties:
198 198