-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when using Get-GSStudentGuardianInvitation #117
Labels
Comments
Hey @Foggy2 - Spotted the issue and have it fixed in Dev! Thanks for opening this up!! This will be out ASAP in v2.20.0. |
@scrthq Brilliant. Thanks very much! |
scrthq
added a commit
that referenced
this issue
Nov 20, 2018
## 2.20.0 * [Issue #115](#115) * Renamed: `Get-GSCalendarEventList` to `Get-GSCalendarEvent` and set the original name as an exported Alias to the new name for backwards compatibility. * Added: `EventId` parameter to `Get-GSCalendarEvent` to specify individual event ID's to get instead of a filtered list. * Added: `PrivateExtendedProperty` parameter to `Get-GSCalendarEvent`. * Added: `SharedExtendedProperty` parameter to `Get-GSCalendarEvent`. * Added: `PrivateExtendedProperties` parameter to `New-GSCalendarEvent` and `Update-GSCalendarEvent`. * Added: `SharedExtendedProperties` parameter to `New-GSCalendarEvent` and `Update-GSCalendarEvent`. * Added: `ExtendedProperties` parameter to `New-GSCalendarEvent` and `Update-GSCalendarEvent`. * Added: `Id` parameter to `New-GSCalendarEvent` and `Update-GSCalendarEvent`. * [Issue #117](#117) * Fixed: Type error on `States` parameter of `Get-GSStudentGuardianInvitation`. * Miscellaneous * Updated Contributing doc with new Build script steps * Removed `DebugMode.ps1` script since it's no longer needed (use `build.ps1` instead)
@Foggy2 - v2.20.0 out now with the fix. Enjoy! |
ghost
removed
the
work in progress
label
Nov 20, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using v2.19.0 the
Get-GSStudentGuardianInvitation
command fails.The text was updated successfully, but these errors were encountered: