collectiveidea / caldav
- Source
- Commits
- Network (4)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
caldav /
| name | age | message | |
|---|---|---|---|
| |
.DS_Store | Fri Jul 25 18:03:07 -0700 2008 | |
| |
CHANGELOG.txt | Fri Jul 25 18:03:07 -0700 2008 | |
| |
History.txt | Fri Jul 25 18:03:07 -0700 2008 | |
| |
Manifest.txt | Fri Jul 25 18:03:07 -0700 2008 | |
| |
README.txt | Fri Jul 25 18:03:07 -0700 2008 | |
| |
Rakefile | Fri Jul 25 18:03:07 -0700 2008 | |
| |
lib/ | Fri Jul 25 18:03:07 -0700 2008 | |
| |
plugin/ | Fri Jul 25 18:03:07 -0700 2008 | |
| |
test/ | Fri Jul 25 18:03:07 -0700 2008 |
README.txt
= CalDAV
== To Do
* Generate VTIMEZONE
== Filtering
CalendarQuery.new.event #=> All events
CalendarQuery.new.event(time1..time2)
CalendarQuery.new.event.uid("UID")
CalendarQuery.new.todo.alarm(time1..time2)
CalendarQuery.new.event.attendee(email).partstat('NEEDS-ACTION')
CalendarQuery.new.todo.completed(false).status(:cancelled => false )
@mycal.find(query)
== Results
CalendarResult.new.limit_recurrence_set(range)
CalendarResult.new.expand_recurrence(range)
CalendarResult.new.freebusy(range)
== Running Tests
gem install mocha