-
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
Feat/add calendar event move #367
base: main
Are you sure you want to change the base?
Conversation
Hey @scrthq - long time no see.... Are you still maintaining this repo? Could you give this a review? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, this looks good, minus a couple small tweaks. I'm getting a new release ready, so if you make those changes I can pull this in.
Moves the event with eventId "bcfgr7j83oqpv8174bnamv63pj" from calendar "[email protected]" to calendar "[email protected]" | ||
#> | ||
[OutputType('Google.Apis.Calendar.v3.Data.Event')] | ||
[cmdletbinding(DefaultParameterSetName = "AttendeeEmails")] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like there's no parameter sets defined, so while this doesn't hurt anything, it doesn't do anything either.
) | ||
Process { | ||
try { | ||
if ($Uuser -ceq 'me') { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like a typo, I would assume this should be $User
No description provided.