Skip to content
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

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

dwrusse
Copy link
Contributor

@dwrusse dwrusse commented Mar 18, 2022

No description provided.

@dwrusse
Copy link
Contributor Author

dwrusse commented Mar 18, 2022

Hey @scrthq - long time no see.... Are you still maintaining this repo? Could you give this a review?

Copy link
Collaborator

@FISHMANPET FISHMANPET left a 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")]
Copy link
Collaborator

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') {
Copy link
Collaborator

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

@FISHMANPET FISHMANPET added this to the v2.37.0 milestone Apr 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants