-
Getting Started
-
- The Configuration Guide for Employee Training Management on SharePoint online
- The Configuration Guide to Event Management on SharePoint
- How do I configure Permissions for Employee Training Management on SharePoint Online?
- How do I configure Permissions for Event Management on SharePoint online?
- How do I configure E-Mail settings in SharePoint Online with a user account?
-
User Guide
-
Events
- How to Create Recurring Events in SharePoint
- How-to: Group multiple events to enable single enrollment for all sessions
- How to: Promote and Share Events with the Copy Link Feature
- How to: Create events in draft mode & cancel events and enrollments in one click
- How to Enable External Organizers for Events in Sapiens Event Management
- How to specify external users as organizers, facilitators, and other contacts in an event form using a contact list
-
Courses & Quizzes
- Configure a SCORM Cloud Account & Upload SCORM files on your SharePoint Site
- How to: Add New Achievement Options (No-Shows, Not-Achieved, Cancelled)
- How to create Self-paced Training & use our Complete Course Button webpart (Add quiz, track time, etc.)
- How to add a Quiz on SharePoint Online using Microsoft Forms
- How to: Use Microsoft 365 learning pathways in an Employee Training Management site
- How to: Create course pages with the Employee Training Management App
- Checking course completion using an anonymous quiz
-
Enrollments
- How to: Copy existing enrollments from one event to the other with the Copy Enrollments option
- How to restrict the number of enrollment per user (covering the same topic/course)
- How to: Enroll Microsoft 365 groups and distribution lists
- How to: Request information upon enrollment
- How do I confirm attendance after an event?
- How to: Allow external users to enroll to events on SharePoint
- Manually managing RSVP responses in the enrollment list
-
E-Mail
- How to: Send e-mail notifications or Outlook calendar invitations and prevent e-mail updates to be sent to attendees
- How to: Send additional e-mail notifications and create reusable email templates
- How to: Send an e-mail notification when you enroll users in a course
- How do I Forward RSVP status replies to an e-mail address
- Curriculum notification behavior and available workarounds
- Customizing Automatic Email Notifications per Event in Sapiens
- Exchange Mailbox: Use a User Mailbox Instead of a Shared Mailbox
-
Teams
-
Views, Forms & Pages
- Modify and apply changes to a Template Page (of an event, course,topic...)
- How to: Use our Landing Pages Samples
- How to: show events on multiple SharePoint websites (e.g. your intranet, company news, etc.)
- How to: Promote events to specific target audiences only
- How-to: Editing forms for events, topics, courses, etc.,
- How to: Hide an event until a specific date
- How to: Personalize list views and create a Calendar View in SharePoint Online
- How to: Create customizable event pages On your SharePoint site
-
Reporting
-
Time Zones, Regions & Languages
-
Power Automate & Power Apps
-
Installation, Updates & Uninstall
- How to add Event Management to SharePoint online
- How to add Employee Training Management to SharePoint Online
- How to add Employee Training Management to my Microsoft 365 Environment
- How to add Event Management to my Microsoft 365 environment
- Update the SharePoint|sapiens Apps
- Entra ID App-Permissions requested by Sapiens Apps
- How do I upgrade from SharePoint Add-in to Microsoft 365 App
- Employee Training Management in Microsoft Teams
- Event Management in Microsoft Teams
- Update Event Management app on all sites in the tenant using PowerShell
- How to Remove the SharePoint|sapiens App from your SharePoint Site
- Change Log and Release Notes for SharePoint|sapiens Apps
- Manual steps after the Sharegate migration
-
Troubleshooting & Known Issues
-
- Troubleshooting: Users Do Not Receive Email Invitations/Notifications
- What can I do if emails sent from SharePoint|sapiens Apps get lost in Junk Mail?
- Troubleshooting - Exchange Room Not Receiving Meeting Requests
- Troubleshooting: Meeting Response (RSVP) Not Updated in Enrollment View
- Troubleshooting: Re‑authorizing the Email Account
-
- Articles coming soon
-
Retention & Recovery
-
License
-
- Articles coming soon
Note: This article only applies to classic SharePoint websites. If you want to use the app on a Modern SharePoint site, this article can be ignored.
The following article describes the reason and what to do if you want to use the SharePoint|sapiens Event Management add-in on one of your SharePoint sites and you see the following message:
You cannot use the add-in on this SharePoint site. Learn why.
Reason
You see this message if you are either using an Office 365 group site or if users are not allowed to run custom scripts on this site. Scripting capabilities are disabled by default for: Personal sites, Self-service created sites, Group sites, Communication sites and the Root Site Collection of the Tenant.
Resolution
To enable scripting on a particular site collection immediately, use the following PowerShell command using the SharePoint Online Management Shell.
# Change this URL to match your admin site Connect-SPOService -Url https://-admin.sharepoint.com # Enter username and password # Change this URL to match your SharePoint site Set-SPOSite -Identity https://.sharepoint.com/sites/yoursite -DenyAddAndCustomizePages $false
If you still receive the same message, please check your script again and make sure you used the full URL to your SharePoint web site.
Alternatively you can also enable custom scripts in the SharePoint admin center, but this approach only works for SharePoint MySites, Personal OneDrive sites or any SharePoint site collection created based on self-service site creation.
In the SharePoint admin center, click on settings and check the Custom Script section.

Any change to the custom script setting made through the SharePoint Online admin centre may take up to 24 hours to take effect.