Skip to main content

Events

Provides you a full calendar to use.

What this module is used for

  • Module path: src/Modules/CloudSolutions.Events
  • Orchard module name: Events
  • Category: Calendar
  • Project website: https://www.winnerware.ai
  • Author metadata: Mike Alhayek

This page is generated from the current repository structure and manifest metadata so it reflects the implementation in the codebase.

How to configure it

  1. Enable the module or the specific feature from Configuration -> Features in the Orchard Core admin.
  2. Review the feature dependencies listed below and enable any supporting Orchard Core or CloudSolutions features they require.
  3. If the module adds settings, recipes, migrations, admin screens, or workflows, configure those pieces after enabling the feature.
  4. Validate the module in the running site by checking the related admin menu items, content types, permissions, or UI surfaces introduced by the module.

Feature and dependency map

Events

  • Feature ID: CloudSolutions.Events
  • Description: Provides you a full calendar to use.
  • Category: Calendar
  • Dependencies:
    • OrchardCore.Contents
    • OrchardCore.Title
    • OrchardCore.ContentFields
    • CloudSolutions.General

Events Central Calendar

  • Feature ID: CloudSolutions.Events.CentralCalendar
  • Description: Provides you a central calendar for all the events.
  • Category: Calendar
  • Dependencies:
    • CloudSolutions.Events
    • CloudSolutions.FullCalendar
    • CloudSolutions.Detection

Event Reminders

  • Feature ID: CloudSolutions.Events.Reminders
  • Description: Provides a way to send out reminders for upcoming events.
  • Category: Notifications
  • Dependencies:
    • CloudSolutions.Events
    • OrchardCore.Notifications
    • CrestApps.Queues
    • OrchardCore.Liquid

Implementation signals in the codebase

  • Startup class present: Yes
  • Data migrations present: Yes
  • Recipes present: No
  • Controllers present: Yes
  • Views present: Yes
  • Assets present: Yes
  • Workflows present: No
  • Settings-related files found:
    • EventNotificationPartSettings.cs
    • EventNotificationPartSettingsDisplayDriver.cs
    • EventNotificationPartSettingsViewModel.cs

Configuration checklist

  • Enable the module feature in Orchard Core.
  • Confirm the dependency OrchardCore.Contents is available and enabled where needed.
  • Confirm the dependency OrchardCore.Title is available and enabled where needed.
  • Confirm the dependency OrchardCore.ContentFields is available and enabled where needed.
  • Confirm the dependency CloudSolutions.General is available and enabled where needed.
  • Confirm the dependency CloudSolutions.Events is available and enabled where needed.
  • Confirm the dependency CloudSolutions.FullCalendar is available and enabled where needed.
  • Confirm the dependency CloudSolutions.Detection is available and enabled where needed.
  • Confirm the dependency OrchardCore.Notifications is available and enabled where needed.
  • Confirm the dependency CrestApps.Queues is available and enabled where needed.
  • Confirm the dependency OrchardCore.Liquid is available and enabled where needed.
  • After enabling, verify any content definitions or indexes created by data migrations.
  • Review the settings types listed above to locate admin or site-level configuration surfaces.
  • If you change frontend assets for this module, rebuild assets with the repository frontend pipeline.