现在,团队日历(Team Calendar) 插件已经集成到 Confluence Data Center 版本中。

团队日历可以方便的安排、了解团队或个人的计划安排。

团队日历表格插件,弥补了团队日历无法搜索、导出、计算工作总量的不足:






[
  {
	element:".form-control[type='search']",
	popover:{title:"快速筛选",description: "搜索日历中的任意字符"}
  },
  {
    element: "#export-table-to-csv",
    popover:{title: "下载日历事件", description: "输出日历事件为CSV文件"}
  },
  {
    element: "table.team-calendar-table tr:first-child th:last-child",
    popover: {title: "自动汇总工作量", description: "自动计算所有日历中的工作量"},
	position:'left'
  },{element: ("table.team-calendar-table tbody"),popover: {title: "自动转换为表格", description: "从指定团队日历记录中提取<br>查看<a href='https://confluence.unlimax.com/pages/viewpage.action?pageId=81461523'>团队日历</a>"}}
 ]