Upwest.Calendar 2.0.0

dotnet add package Upwest.Calendar --version 2.0.0
                    
NuGet\Install-Package Upwest.Calendar -Version 2.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Upwest.Calendar" Version="2.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Upwest.Calendar" Version="2.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Upwest.Calendar" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Upwest.Calendar --version 2.0.0
                    
#r "nuget: Upwest.Calendar, 2.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Upwest.Calendar@2.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Upwest.Calendar&version=2.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Upwest.Calendar&version=2.0.0
                    
Install as a Cake Tool

Upwest Calendar

Advanced calendar system for Umbraco 17 and .NET 10.

Requirements

  • Umbraco 17.x
  • .NET 10

Features

  • Event CRUD with drag and drop
  • Recurrence and schedule expansion (iCal RRULE)
  • Timeframes and blocked dates
  • Per-user-group permissions
  • Warning email notifications
  • iCal (.ics) export
  • File attachments per event
  • Multilingual support
  • Address autocomplete and Bing Maps integration
  • Automatic translation via Google Cloud Translation

Migration from Upwest Calendar 13

This is a breaking upgrade. Version 2.0 is not compatible with Umbraco 13.

Key changes:

  • Backoffice rebuilt as a React extension using the Umbraco extension model — AngularJS is no longer used
  • Package no longer depends on Upwest.Helpers, Upwest.PayPalButton, or Upwest.Validator
  • Database tables are preserved; existing event data migrates automatically on first run
  • Configuration keys and App_Plugins structure have changed — update any custom templates accordingly

Installation

Install via NuGet:

dotnet add package Upwest.Calendar

No further setup is required. The package registers itself via IComposer on startup.

Configuration

Email notifications and Google Cloud Translation require API credentials configured via appsettings.json:

{
  "UpwestCalendar": {
    "GoogleTranslationApiKey": "",
    "BingMapsApiKey": ""
  }
}

License

Commercial license required. See upwest.pt.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.0 102 5/24/2026
1.13.21 383 3/14/2025
1.13.20 375 3/13/2025 1.13.20 is deprecated because it has critical bugs.
1.13.19 385 5/1/2024
1.13.18 332 3/29/2024
1.13.15 374 3/23/2024
Loading failed

Upwest Calendar 2.0.0 — Umbraco 17 + .NET 10

     Breaking change: This release targets Umbraco 17 and .NET 10. It is not compatible with Umbraco 13 or earlier.
     The backoffice has been rebuilt using the Umbraco extension model with React. AngularJS is no longer used.

     Features:
     - Event CRUD with drag and drop
     - Recurrence and schedule expansion
     - Timeframes and blocked dates
     - Per-user-group permissions
     - Warning email notifications
     - iCal export
     - File attachments
     - Multilingual support
     - Address autocomplete and map support