文件名称:icalendar:icalendar.rb主存储库
文件大小:64KB
文件格式:ZIP
更新时间:2024-05-02 21:57:15
Ruby
iCalendar-互联网日历,Ruby风格 从1.x升级 仍然会有更好的文档,但是与此同时,从1.x到2.0所需的更改将通过的进行总结。 描述 iCalendar是一个Ruby库,用于处理定义的iCalendar格式的iCalendar文件。 例子 创建日历和事件 require 'icalendar' # Create a calendar with an event (standard method) cal = Icalendar :: Calendar . new cal . event do | e | e . dtstart = Icalendar :: Values :: Date . new ( '20050428' ) e . dtend = Icalendar :: Values :: Date . new ( '20050429' )
【文件预览】:
icalendar-master
----.gitignore(81B)
----.rspec(26B)
----.travis.yml(262B)
----LICENSE(3KB)
----icalendar.gemspec(2KB)
----spec()
--------alarm_spec.rb(3KB)
--------parser_spec.rb(3KB)
--------calendar_spec.rb(5KB)
--------downcased_hash_spec.rb(1KB)
--------timezone_spec.rb(3KB)
--------tzinfo_spec.rb(3KB)
--------roundtrip_spec.rb(6KB)
--------event_spec.rb(5KB)
--------spec_helper.rb(775B)
--------todo_spec.rb(492B)
--------freebusy_spec.rb(121B)
--------values()
--------fixtures()
--------journal_spec.rb(120B)
----README.md(11KB)
----lib()
--------icalendar()
--------icalendar.rb(860B)
----History.txt(6KB)
----Gemfile(39B)
----Rakefile(352B)