<
From version < 658.1 >
edited by Administrator
on 2020/09/10 00:00
To version < 659.1 >
edited by Silvia Macovei
on 2020/09/11 11:13
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Admin
1 +XWiki.SilviaMacovei
ExtensionCode.ExtensionClass[0]
Description
... ... @@ -1,59 +1,10 @@
1 -{{extensionToc/}}
1 +This app combines the [[Calendar Application>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Calendar%20Application]] with the [[FullCalendar Application>>http://extensions.xwiki.org/xwiki/bin/view/Extension/FullCalendar%20Application]] to provide an "out of the box" usable calendar with a slick UI.
2 2  
3 -Combines the [[Calendar Application>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Calendar%20Application]] application with the [[FullCalendar Application>>http://extensions.xwiki.org/xwiki/bin/view/Extension/FullCalendar%20Application]] to provide an "out of the box" usable calendar within XWiki with the slick UI from the "FullCalendar" jQuery plugin.
4 -
5 -== Usage ==
6 -
7 -After installing the extension you should have a "Calendar" in the applications panel.
8 -
9 -The application maintains several calendars. One default calender is preinstalled.
10 -The start page displays all events of all calendars in the current month.
3 +After installing the extension you will see a "Calendar" entry in the applications panel. The application maintains several calendars, with a default calendar preinstalled. The start page will display all events of all calendars in the current month.
11 11  Users can either add new events (which end up in the default calendar, unless specified differently) or new calendars.
12 12  
13 -== Overview page ==
6 +Calendars have a description and a color. All events of a calendar are displayed in its color. Events also have a short name, a description, a start and an end date. They can be "all day" events or have a defined start and end time.
14 14  
15 -Calendars have a description and color. All events of a given calendar are displayed in the color of it's calendar.
16 -Events, beside of being colored like their corresponding calendar, also have a short name, a description, a start and an end date. Events can be "all day" events or have a defined start and end time, too.
17 -
18 18  {{image reference="CalendarPlugin.png"/}}
19 19  //Display of various events on the main calendar page//
20 20  
21 -== Creating events ==
22 -
23 -Clicking on the "Create an Event" link opens a modal dialog which allows you to give the new event a title, start and end date and time and a description. (The description only shows up in the details view). "All day" events are supported, too (currently you have to give even "all day" a dummy time for start and end date, too, which will be ignored however.)
24 -Recurring events are not yet supported.
25 -
26 -{{image reference="New-event.png"/}}
27 -//Dialog to create a new event//
28 -
29 -== Editing events ==
30 -
31 -Clicking on an event in the calendar opens the detail view of the event. In this dialog you can edit the event or delete the event (you have to confirm the delete in the dialog.)
32 -
33 -{{image reference="event-detail-view.png"/}}
34 -//Detail view of an existing event//
35 -
36 -{{image reference="event-detail-edit-view.png"/}}
37 -//Editing an existing event//
38 -
39 -Alternatively you can view the Event as a wiki page by clicking on the "View" button in the dialog; on that page you can add attachments, look at the history, etc.
40 -You can go back to the calendar you came from via the link at the bottom, or to the main calendar overview via the link in the breadcrumbs.
41 -
42 -{{image reference="event-detail-page.png"/}}
43 -//An event viewed as wiki page//
44 -
45 -== Managing Calendars ==
46 -
47 -At the bottom of the overview page you can find a table of all existing calendars, with options to view edit or delete them, and a link to add new calendars on top of it:
48 -
49 -{{image reference="ManageCalendars.png"/}}
50 -//List of all existing calendars//
51 -
52 -If you click on the "Create a calendar" link you will be first led to the normal "add page" dialog, which then will create a new calendar and show it to you in edit mode. You can set up the title, color (via the convenient color picker) and description. The latter is shown in the detail view of the calendar.
53 -
54 -{{image reference="EditCalendar.png"/}}
55 -//Editing a calendar//
56 -
57 -== iCalendar export ==
58 -
59 -You can use [[Mocca Calendar iCal export>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Mocca%20Calendar%20iCal%20export]] to add iCalendar export.
Store.Code.PayingAppsClass[0]
Documentation
... ... @@ -1,0 +1,44 @@
1 += Topics =
2 +
3 +{{toc start="2"/}}
4 +
5 +== Creating events ==
6 +
7 +Clicking on the "Create an Event" link opens a modal dialog which allows you to give the new event a title, start and end date and time and a description. (The description only shows up in the details view). "All day" events are supported, too (currently you have to give even "all day" a dummy time for start and end date, too, which will be ignored however.)
8 +Recurring events are not yet supported.
9 +
10 +{{image reference="New-event.png"/}}
11 +//Dialog to create a new event//
12 +
13 +== Editing events ==
14 +
15 +Clicking on an event in the calendar opens the detail view of the event. In this dialog you can edit the event or delete the event (you have to confirm the delete in the dialog.)
16 +
17 +{{image reference="event-detail-view.png"/}}
18 +//Detail view of an existing event//
19 +
20 +{{image reference="event-detail-edit-view.png"/}}
21 +//Editing an existing event//
22 +
23 +Alternatively you can view the Event as a wiki page by clicking on the "View" button in the dialog; on that page you can add attachments, look at the history, etc.
24 +You can go back to the calendar you came from via the link at the bottom, or to the main calendar overview via the link in the breadcrumbs.
25 +
26 +{{image reference="event-detail-page.png"/}}
27 +//An event viewed as wiki page//
28 +
29 +== Managing Calendars ==
30 +
31 +At the bottom of the overview page you can find a table of all existing calendars, with options to view edit or delete them, and a link to add new calendars on top of it:
32 +
33 +{{image reference="ManageCalendars.png"/}}
34 +//List of all existing calendars//
35 +
36 +If you click on the "Create a calendar" link you will be first led to the normal "add page" dialog, which then will create a new calendar and show it to you in edit mode. You can set up the title, color (via the convenient color picker) and description. The latter is shown in the detail view of the calendar.
37 +
38 +{{image reference="EditCalendar.png"/}}
39 +//Editing a calendar//
40 +
41 +== iCalendar export ==
42 +
43 +You can use [[Mocca Calendar iCal export>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Mocca%20Calendar%20iCal%20export]] to add iCalendar export.
44 +
XWiki SAS Copyright © 2024