We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3466118 commit cff5881Copy full SHA for cff5881
1 file changed
Calendar/CalLogHelpers/CalLogCSVFunctions.ps1
@@ -109,6 +109,7 @@ function CreateExternalMasterIDMap {
109
$AllFolderNames = @($script:GCDO | Where-Object { $_.ExternalSharingMasterId -eq $ExternalID } | Select-Object -ExpandProperty OriginalParentDisplayName | Select-Object -Unique)
110
111
# Default calendar folder names across the top localized versions of Exchange
112
+ # cSpell:ignore Kalender Calendario Calendrier Calendário Календарь
113
$DefaultCalendarNames = [System.Collections.Generic.HashSet[string]]::new([StringComparer]::OrdinalIgnoreCase)
114
[void]$DefaultCalendarNames.Add('Calendar') # English
115
[void]$DefaultCalendarNames.Add('Kalender') # German, Dutch, Swedish, Norwegian, Danish
0 commit comments