Sha256: 09ea1c9076307a9afead60182d2705425d59764d3b942a248c9640c08149abf6
Contents?: true
Size: 1.17 KB
Versions: 6
Compression:
Stored size: 1.17 KB
Contents
{ "uri": "https://api.calendly.com/user_availability_schedule/abc123", "default": true, "name": "Working Hours", "user": "https://api.calendly.com/users/abc123", "rules": [ { "type": "wday", "intervals": [ { "from": "08:30", "to": "17:00" } ], "wday": "monday" }, { "type": "wday", "intervals": [ { "from": "08:30", "to": "17:00" } ], "wday": "tuesday" }, { "type": "wday", "intervals": [], "wday": "wednesday" }, { "type": "wday", "intervals": [ { "from": "08:30", "to": "17:00" } ], "wday": "thursday" }, { "type": "wday", "intervals": [ { "from": "08:30", "to": "17:00" } ], "wday": "friday" }, { "type": "wday", "intervals": [], "wday": "saturday" }, { "type": "date", "intervals": [ { "from": "08:30", "to": "09:30" } ], "date": "2028-12-31" } ], "timezone": "America\\/New_York" }
Version data entries
6 entries across 6 versions & 1 rubygems