Sha256: 609a60f46cd74ee5311705997fac69c916e4aa3777e50a21f0ce9a359fcf5699

Contents?: true

Size: 1 KB

Versions: 6

Compression:

Stored size: 1 KB

Contents

{
  "scheduling_links": [
    {
      "booking_url": "https://calendly.com/d/abcd-brv8/15-minute-meeting",
      "owner": "https://api.calendly.com/event_types/AAAAAAAAAAAAAAAA",
      "owner_type": "EventType"
    }
  ],
  "share_override": {
    "name": "15 Minute Meeting",
    "duration": 60,
    "period_type": "available_moving",
    "start_date": "2019-01-02",
    "end_date": "2019-01-03",
    "max_booking_time": 300,
    "hide_location": true,
    "location_configurations": [
      {
        "location": "123 Abc St.",
        "additional_info": "Example additional info",
        "phone_number": "+1 888-888-8888",
        "position": 0,
        "kind": "physical"
      }
    ],
    "availability_rule": {
      "rules": [
        {
          "type": "wday",
          "wday": "sunday",
          "date": "2019-01-02",
          "intervals": [
            {
              "from": "07:00",
              "to": "11:00"
            }
          ]
        }
      ],
      "timezone": "America/New_York"
    }
  }
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
calendlyr-0.7.5 test/fixtures/objects/share.json
calendlyr-0.7.4 test/fixtures/objects/share.json
calendlyr-0.7.3 test/fixtures/objects/share.json
calendlyr-0.7.2 test/fixtures/objects/share.json
calendlyr-0.7.1 test/fixtures/objects/share.json
calendlyr-0.7.0 test/fixtures/objects/share.json