helpcenter/Web/Controls/Help/UserGuides/GroupsCalendar.ascx

73 lines
4.7 KiB
Plaintext
Raw Normal View History

2020-10-01 15:45:15 +00:00
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "UserGuides - Groups - Calendar module";
MetaKeyWords = "";
MetaDescription = "ONLYOFFICE UserGuides - ONLYOFFICE Groups - Calendar module.";
}
</script>
<div id="toggleMenuEditors" class="MainHelpCenter PageGuides user_guides">
2020-10-01 15:45:15 +00:00
<h1>User Guides</h1>
<div class="watchvideo_block">
<h2>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/Watchvideo/Watchvideo.ascx" />
</h2>
<div class="slider autoplay with_arrows">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0006_calendar_overview/0006_calendar_overview.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0007_assign_color/0007_assign_color.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0008_all_day_event/0008_all_day_event.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0009_recurring_event/0009_recurring_event.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0010_share_calendar/0010_share_calendar.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0011_share_event/0011_share_event.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0012_event_reminder/0012_event_reminder.ascx" />
</div>
</div>
<ul class="block-editor">
<li>
<h2 class="doceditor">Calendar Module</h2>
<div class="described">
<p><b>Calendar</b><3E>is a built-in scheduling tool that allows you to always keep track of important events and meetings.</p>
</div>
<ul>
<li>
<h6>Events</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/groups-gettingstarted-calendar.aspx#CreatingEvents_block")%>">Creating events</a></li>
2020-10-01 15:45:15 +00:00
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Guides/038_add-all-day-event/038_add-all-day-event.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Guides/027_add-recurring-event/027_add-recurring-event.ascx" /></li>
</ul>
</li>
<li>
<h6>Management</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/groups-gettingstarted-calendar.aspx#AddingCalendar_block")%>">Adding calendar</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/groups-gettingstarted-calendar.aspx#ManagingCalendars_block")%>">Managing calendars</a></li>
2020-10-01 15:45:15 +00:00
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/TipsTricks/005_assign-color/005_assign-color.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/TipsTricks/077_time-zone/077_time-zone.ascx" /></li>
</ul>
</li>
<li>
<h6>Sharing</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/groups-gettingstarted-calendar.aspx#SharingCalendars_block")%>">Sharing calendars</a></li>
2020-10-01 15:45:15 +00:00
</ul>
</li>
<li>
<h6>Export</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/groups-gettingstarted-calendar.aspx#ExportingCalendar_block")%>">Exporting calendars</a></li>
2020-10-01 15:45:15 +00:00
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/TipsTricks/153_export_calendar_to_devices/153_export_calendar_to_devices.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/TipsTricks/001_calendar-feed/001_calendar-feed.ascx" /></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>