Clearing
This commit is contained in:
13
shifts.ps1
13
shifts.ps1
@@ -84,7 +84,6 @@ function Invoke-HasTimeOff {
|
||||
}
|
||||
return $false
|
||||
}
|
||||
|
||||
function Invoke-HasShift {
|
||||
param(
|
||||
[string]$UID,
|
||||
@@ -420,20 +419,8 @@ try {
|
||||
continue
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
#$params = @{
|
||||
# notifyTeam = $false
|
||||
# startDateTime = [System.DateTime]::Parse($startSpanDate.ToString("yyyy-MM-dd'T'HH:mm:ssZ"))
|
||||
# endDateTime = [System.DateTime]::Parse($endSpanDate.ToString("yyyy-MM-dd'T'HH:mm:ssZ"))
|
||||
#}
|
||||
|
||||
#Invoke-MgShareTeamSchedule -TeamId $team.Id -BodyParameter $params -Headers @{ "MS-APP-ACTS-AS" = $userIdAdmin }
|
||||
#("SHARING: {0}" -f $scheduleGroupName) | Add-Content -Path $logPath
|
||||
|
||||
}
|
||||
catch {
|
||||
$_
|
||||
|
Reference in New Issue
Block a user