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
Change comment: There is no comment for this version
To version 13.2
edited by Vlad Merticariu
on 2011/06/22 10:59
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -191,9 +191,8 @@
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 -* 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 +* 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//
197 197  
198 198  Calendar class properties:
199 199