Sha256: 3de4f5889374ef1978a67b549a8a0d4f8df52bb35d6d8a54d527fa916c2cb25e
Contents?: true
Size: 1.94 KB
Versions: 12
Compression:
Stored size: 1.94 KB
Contents
{ "collection": [ { "uri": "https://api.calendly.com/user_availability_schedule/abc123", "default": true, "name": "Working Hours", "user": "https://api.calendly.com/users/abc123", "timezone": "America/New_York", "rules": [ { "type": "wday", "intervals": [ { "from": "08:30", "to": "09:30" } ], "wday": "sunday", "date": "2022-12-31" } ] }, { "uri": "https://api.calendly.com/user_availability_schedule/abc456", "default": false, "name": "Evening Hours", "user": "https://api.calendly.com/users/abc123", "timezone": "America/New_York", "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" } ] } ] }
Version data entries
12 entries across 6 versions & 1 rubygems