Sha256: 33aaa3ab898eb4c9c200dab254991a3da6c8672f607c697d1f4af123daf15538

Contents?: true

Size: 1.77 KB

Versions: 6

Compression:

Stored size: 1.77 KB

Contents

{
  "collection": [
    {
      "cancel_url": "https://calendly.com/cancellations/abc123",
      "created_at": "2020-11-23T17:51:18.327602Z",
      "email": "test@example.com",
      "event": "https://api.calendly.com/scheduled_events/abc123",
      "name": "John Doe",
      "new_invitee": null,
      "old_invitee": null,
      "questions_and_answers": [
        {
          "answer": "radio button answer",
          "position": 0,
          "question": "Question with Radio Buttons answer type"
        },
        {
          "answer": "Multiple line\nAnswer",
          "position": 1,
          "question": "Question with Multiple Lines answer type"
        },
        {
          "answer": "Answer 1\nAnswer 2\nAnswer 3",
          "position": 2,
          "question": "Question with Checkboxes answer type"
        }
      ],
      "reschedule_url": "https://calendly.com/reschedulings/abc123",
      "rescheduled": false,
      "status": "active",
      "text_reminder_number": null,
      "timezone": "America/New_York",
      "tracking": {
        "utm_campaign": null,
        "utm_source": null,
        "utm_medium": null,
        "utm_content": null,
        "utm_term": null,
        "salesforce_uuid": null
      },
      "updated_at": "2020-11-23T17:51:18.341657Z",
      "uri": "https://api.calendly.com/scheduled_events/abc123/invitees/abc123",
      "canceled": false,
      "payment": {
        "external_id": "ch_abc123",
        "provider": "stripe",
        "amount": 1234.56,
        "currency": "USD",
        "terms": "sample terms of payment (up to 1,024 characters)",
        "successful": true
      }
    }
  ],
  "pagination": {
    "count": 1,
    "next_page": "https://calendly.com/scheduled_events/abc123/invitees?count=1&page_token=sNjq4TvMDfUHEl7zHRR0k0E1PCEJWvdi"
  }
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
calendlyr-0.7.5 test/fixtures/event_invitees/list.json
calendlyr-0.7.4 test/fixtures/event_invitees/list.json
calendlyr-0.7.3 test/fixtures/event_invitees/list.json
calendlyr-0.7.2 test/fixtures/event_invitees/list.json
calendlyr-0.7.1 test/fixtures/event_invitees/list.json
calendlyr-0.7.0 test/fixtures/event_invitees/list.json