Sha256: 5a2633ca90a685a5ace6f2bdf7596f786033fc82d8b3546cf15fc6b483e60d10

Contents?: true

Size: 1.01 KB

Versions: 6

Compression:

Stored size: 1.01 KB

Contents

# Invitee No Show Calendlyr::Events::InviteeNoShow

Information about an invitees no show.

Visit official [API Doc](https://developer.calendly.com/api-docs/753a78b938d75-invitee-no-show)

## Client requests

### Retrieve

Returns information about a specified Invitee No Show.

Visit official [API Doc](https://developer.calendly.com/api-docs/49cf0c87ee6f4-get-invitee-no-show)

```ruby
client.events.retrieve_invitee_no_show(uuid: uuid)
#=> #<Calendlyr::Events::InviteeNoShow>
```

### Create

Marks an Invitee as a No Show.

Visit official [API Doc](https://developer.calendly.com/api-docs/cebd8c3170790-create-invitee-no-show)

```ruby
client.events.create_invitee_no_show(invitee: invitee_uri)
#=> #<Calendlyr::Events::InviteeNoShow>
```

### Delete

Undoes marking an Invitee as a No Show.

Visit official [API Doc](https://developer.calendly.com/api-docs/eb599c64c95ea-delete-invitee-no-show)

```ruby
client.events.delete_invitee_no_show(uuid: uuid)
#=>
```

## Object methods

### Delete

```ruby
invitee_no_show.delete
#=>
```

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
calendlyr-0.7.5 docs/resources/events/invitee_no_show.md
calendlyr-0.7.4 docs/resources/events/invitee_no_show.md
calendlyr-0.7.3 docs/resources/events/invitee_no_show.md
calendlyr-0.7.2 docs/resources/events/invitee_no_show.md
calendlyr-0.7.1 docs/resources/events/invitee_no_show.md
calendlyr-0.7.0 docs/resources/events/invitee_no_show.md