Changes for page Calendar Application

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

From version 6.2
edited by Oana Tabaranu
on 2011/06/16 17:28
Change comment: There is no comment for this version
To version 8.1
edited by Vlad Merticariu
on 2011/06/17 10:15
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.OanaTabaranu
1 +XWiki.vladm
Content
... ... @@ -51,7 +51,7 @@
51 51  * endTime (End time: time? (HH/mm)): //the hour when the event ends//
52 52  * calendar(Calendar: text): // the calendar to which the event belongs (its space)//
53 53  * category(Category: text): // the category of the event//
54 -* privacySettings(Privacy Settings: text): // set the event to be public (visible to everyone) or private (visible only to the user)//
54 +* privacySettings(Privacy: text): // set the event to be public (visible to everyone) or private (visible only to the user)//
55 55  * emailNotifications(Email Notifications: bool): // indicates if the notifications are activated or not//
56 56  * userNotifiationList(Users to receive notifications: ?): // the list of users to be notified about the event//
57 57  
... ... @@ -59,6 +59,8 @@
59 59  
60 60  * title (Title: text): // the title of the calendar//
61 61  * description(Description: text): // a short description of the calendar//
62 +* privacySettings(Privacy: static list): // set the calendar to be public(visible to everyone) or private(visisble only to the user)//
63 +* owner(Owner: user): // the user who owns the calendar//
62 62  
63 63  Calendar class sheets:
64 64