Skip to content

njiuko/sabredav_client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Ruby CalDAV library named "sabredav_client" sabredav_client is a CalDAV library based on martinpovolny/ruby-caldav and 4fthawaiian/ruby-caldav and collectiveidea/caldav and agilstatic/agcaldav"

Please keep in mind, sabredav_client ist still under heavy development and still not finished...

##Usage Events

First, you've to install the gem

gem install sabredav_client

and require it

require "sabredav_client"

####Create an Event

####Find an Event (via UUID)

####Find Events within time interval

####Update Event

####Delete Event

##Usage ToDo

##Testing

sabredav_client will use RSpec for its test coverage. Inside the gem directory, you can run the specs for RoR 3.x with:

##Licence

MIT

##Contributors

  1. Fork it.
  2. Create a branch (git checkout -b my_feature_branch)
  3. Commit your changes (git commit -am "bugfixed abc...")
  4. Push to the branch (git push origin my_feature_branch)
  5. Open a Pull Request
  6. Enjoy a refreshing Club Mate and wait

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%