Sha256: 03c31804c1fd2db388c468bbcf732c3492c7a66b7898945a78a8edd3800a2280

Contents?: true

Size: 610 Bytes

Versions: 1

Compression:

Stored size: 610 Bytes

Contents

# Ragoon

Ragoon is simple Garoon 3 API Client.

- https://cybozudev.zendesk.com/hc/ja/categories/200157760-Garoon-API

## Usage

```
service = Ragoon::Services::Schedule.new
events = service.schedule_get_event

=> [
  {:title=>"予定あり", :period=>"13:00〜14:00", :plan=>"作業", :facility=>""},
  {:title=>"セクションMTG", :period=>"15:00〜15:30", :plan=>"社内MTG", :facility=>["会議室"]},
  {:title=>"予定あり", :period=>"終日", :plan=>"", :facility=>""}
]

```
## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ragoon-0.2.2 README.md