[xwiki-users] AppWithinMinutes and more
Hi, using the AppWithinMinutes extension, I managed to create a simple app for managing events. En Event class has properties like dateTime, place, description etc. I can create new Event class instances that are shown in an extra space with WebHome start page. The problem is that each event is displayed as an extra page document with a separate title. All pages have to have different names. We have many similar events that don't have a different title each. I dont't need a different page for each event. One idea I had is to use a single page that could dynamically display an event object, maybe via a request parameter. Is there any solution for that? Thanks in advance for any hint! Matthias
Just thinking outside of the box... How about using the FullCalendar Application <http://extensions.xwiki.org/xwiki/bin/view/Extension/FullCalendar+Application> ? -- View this message in context: http://xwiki.475771.n2.nabble.com/AppWithinMinutes-and-more-tp7589004p758901... Sent from the XWiki- Users mailing list archive at Nabble.com.
On 02/07/2014 08:25 AM, Hamster wrote:
Just thinking outside of the box...
How about using the FullCalendar Application <http://extensions.xwiki.org/xwiki/bin/view/Extension/FullCalendar+Application> ?
Or, as we are at it (shameless plug): http://extensions.xwiki.org/xwiki/bin/view/Extension/MoccaCalendar ... which however stores events as single pages, too, and has the very problem with page names Matthias originally mentioned. However I am currently working on a fix and hope to release that soon. Then I can understand the wish to have the event objects attached to a page; after all a single page can (in principle) hold as many events as one wants to, and there is no need to give then unique names. I remember the original calendar app does exactly this: http://extensions.xwiki.org/xwiki/bin/view/Extension/Calendar+Application Matthias: maybe this does just what you want? Clemens
participants (3)
-
Clemens Robbenhaar -
Hamster -
Matthias Albert