helpcenter/Web/Controls/Help/Video/Calendar/ShareEvent/ShareEvent.ascx

30 lines
1.7 KiB
Plaintext
Raw Normal View History

2016-08-29 13:51:20 +00:00
<%@ Control Language="C#" Inherits="BaseContentUserControls"%>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "How to share your event with other portal users - Video Guide";
MetaKeyWords = "ONLYOFFICE, create event, share event, shared event";
MetaDescription = "Grant access to a certain event for individuals or groups";
}
</script>
2020-10-12 17:30:09 +00:00
<div class="MainHelpCenter main_buscall_container video">
2016-08-29 13:51:20 +00:00
<h1 class="subHeaderFeaturesCaption Guides_Video_Captions">How to share your event with other portal users</h1>
<div class="keyword_block">
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/onlyoffice-calendar/onlyoffice-calendar.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/share-event/share-event.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/share-with-user/share-with-user.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/share-with-group/share-with-group.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/access-level/access-level.ascx" /></li>
2016-08-29 13:51:20 +00:00
</ul>
</div>
<div class="bigVideoCont">
<iframe src="https://www.youtube.com/embed/iSA_4opKx_k?wmode=transparent" frameborder="0" allowfullscreen></iframe>
2016-08-29 13:51:20 +00:00
</div>
<div>
<p>To inform people about some of your events you can grant access to a certain event for individuals or groups. Learn how to share your event with colleagues from this detailed how-to guide.</p>
</div>
</div>