Last modified by Admin on 2021/03/17 21:55

  • otuser1
    otuser1, 2007/11/21 17:01

    Is there an iCal export/import function for the Event Calendar? For better usabilty, the Start and End date should have a date picker. 

  • otuser1
    otuser1, 2007/11/21 22:23

    Is there a global date-format setting for xWiki to change all the date from dd/MM/yyyy to MM/dd/yyyy?

  • otuser1
    otuser1, 2007/11/23 00:41

    Any chance getting the nice JIRA calendar from the Roadmap into XWiki?

  • afrey
    afrey, 2010/11/04 17:48

    Does anyone know how to install the Calendar Application? There is not much info on the steps. Below is what I figured out already. Please add suggestions on what else needs to be done. Thanks.

    • download Calendar plugin, and put the downloaded .jar file in XWiki Enterprise->webapps->xwiki->WEB-INF->lib
    • add the plugin in the configuration file: XWiki Enterprise->webapps->xwiki->WEB-INF->xwiki.cfg. Search for the line: "#-# List of active plugins." and add "com.xpn.xwiki.plugin.calendar.CalendarPlugin" at the bottom, separated by comma.
    • download the Calendar Application, and import the downloaded .xar file. To do this: go to XWiki Preferences -> Import -> upload the .xar file.
  • Valdis Vitolins
    Valdis Vitolins, 2012/02/10 18:34

    Additionally it needs stylesheet. Include this in the wiki page or in global stylesheet:

    <style type="text/css">
    .wiki-calendar-table {
    width: 100%;
    }
    .wiki-calendar-dayinmonth{
    vertical-align:top;
    }
    .wiki-calendar-table th, .wiki-calendar-table td {
    width:50px;
    // height:2em;
    }
    .wiki-calendar-daynotinmonth{
    background-color:#fcfcfc;
    text-align:center;
    vertical-align: top;
    }
    .wiki-calendar-today{
    background-color:#888888;
    text-align:center;
    vertical-align: top;
    }



    .wiki-calendar-daytitle{
    width:100%;
    height:100%;
    background-color:#eee;
    text-align:center;
    }
    .wiki-calendar-daytitle-hasevent, .selectedday{
    width:100%;
    height:100%;
    color: black;
    background-color: #D0E4F7;
    font-weight:bold;
    text-align:center;
    }
    .selectedday{
    background-color: yellow;
    }
    th.wiki-calendar-monthyearrow{
    text-transform:uppercase;
    text-align:center;
    width:360px;
    }
    .wiki-calendar-daynamerow{
    color: red;
    }
    #eventdescription .event {
    border:1px solid #ccc;
    width:350px;
    margin:1em auto;
    padding:5px;
    text-align:left;
    }
    #eventdescription .event .evt-title{
    font-weight:bold;
    }
    .event a, .event a:link, .event a:visited, .event a:hover, .event a:active{
    text-decoration:none;
    // color:#fff;
    }
    #eventdescription{
    border:none;
    text-align:center;
    width:100%;
    }
    </style>
  • AdrianFita
    AdrianFita, 2012/09/13 21:44

    How can I configure the first day of the week? Instead of Sunday I need it to be Monday.

Get Connected