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

73 lines
4.5 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<%@ 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">
<h1>User Guides</h1>
<div class="watchvideo_block">
<h2>
<asp:Literal runat="server" Text="<%$ Resources:Resource, WatchVideo %>" />
</h2>
<div class="slider autoplay with_arrows">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0006_calendar_overview.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0007_assign_color.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0008_all_day_event.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0009_recurring_event.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0010_share_calendar.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0011_share_event.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0012_event_reminder.ascx" />
</div>
</div>
<ul class="block-editor">
<li>
<h2 class="doceditor">Calendar Module</h2>
<div class="described">
<p><b>Calendar</b> 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>
<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>
<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.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>
</ul>
</li>
<li>
<h6>Export</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/userguides/groups-gettingstarted-calendar.aspx#ExportingCalendar_block")%>">Exporting calendars</a></li>
<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>