Skip to main content
Toggle navigation menu
Back to Calloquy Site
Live Support (855) 843-4777
Report an Issue
Sign in
Search
Calloquy
Meetings
Attending meetings
Attending meetings
Accepting a Meeting Invitation
Promoted article
Adding Participants to a Meeting
Promoted article
Integrating Meetings into Calendar
Promoted article
Muting and Unmuting during a Meeting
Promoted article
Accessing Meeting Recordings
Adding or Removing Participants from Table in Table View
Chat During a Meeting
Conducting a Private Discussion with your Team
Enabling Macbook Screen Share Permissions in Chrome
Enabling Speech-to-Text in Real Time
Joining a Meeting
Manually Set Chrome Camera and Microphone Permissions
Scheduling a Team Meeting
Screen Sharing while in a Meeting
Sharing Documents while in a Meeting
Using Tokenized Links to Join a Meeting
Viewing Participants in a Meeting
<% var promotedArticles = articles.filter(function(article) { return article.promoted; }) %> <% if (promotedArticles.length) { %>
Popular Articles
<%= partial('article-list-partial-general', { articles: promotedArticles }) %>
<% } %>
<% if (articles.length) { %>
<% articles.forEach(function(article) { %>
<%= article.title %>
<%= Util.getExcerpt(article.body, 84) %>
<% }); %>
<% } %>
<% if (articles.length) { %>
<% articles.forEach(function(article) { %>
<%= article.title %>
<%= Util.getExcerpt(article.body, 84) %>
Read more
<% }) %>
<% } else { %>
empty
<% } %>
Categories
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-article-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% var maxSections = 5 %>
Toggle navigation menu
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
Categories
Categories
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% if (sections.length) { %>
<% sections.slice(0, maxSections).forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
See more
<% } %>
<% } %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>