blob: 90b5497313de0cc7aee182147cf2d8f0293e2cde (
plain)
1
2
3
4
5
6
7
8
9
|
install libical (/usr/ports/devel/libical)
run gen.sh in this directory
find ical_occurrences ruby extension in ./
irb
>> require 'ical_occurrences'
occ_array = Ical_occurrences::occurrences( "20000101T230000", "20091231T230000", "FREQ=DAILY;COUNT=1200" )
Be aware that the array is in UTC and will be converted to your local timezone before it is used.
|