We want to use it for opening hours like...
- Mo 11:00-13:00
- Tue 9:00-18:00
- Update Now required: Wed 8:00-11:30, Wed 12:00-17:00
We have a Ruby based server and deliver JSON and XML to the clients. We follow the ActiveResource pattern, so that we can use plug ins in our clients
That's our current proprietary approach:
"availabilities":[{"end_time":"00:00","weekdays":"0,1,2,3,4,5,6","start_time":"00:00"}]