Sha256: 33fe86753ab344c496bf6d41c84532056303d96e02dc08d71e61149dcad66313

Contents?: true

Size: 1.09 KB

Versions: 6

Compression:

Stored size: 1.09 KB

Contents

{
  "resource": {
    "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": "fixed",
      "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": "friday",
            "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/shares/create.json
calendlyr-0.7.4 test/fixtures/shares/create.json
calendlyr-0.7.3 test/fixtures/shares/create.json
calendlyr-0.7.2 test/fixtures/shares/create.json
calendlyr-0.7.1 test/fixtures/shares/create.json
calendlyr-0.7.0 test/fixtures/shares/create.json