[CONFIRMED] iCal support
How about adding support for the publishing of all milestones (or other dated items) to separate iCal files for each project?
This would allow Apple iCal, Google Calendar, and Mozilla users to get a calendar view of their data.
Discussions are closed to public comments.
If you need help with Lighthouse please
start a new discussion.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac
1 Posted by Matt Revelle on 04 Jun, 2007 02:50 AM
After flipping through the Lighthouse API, it looks like access to project milestones is missing? If that was in place then us users could easily roll our own iCal export capability.
The benefits of a product that is extensible and targeted at developers... =)
2 Posted by Rick on 04 Jun, 2007 08:45 AM
It's implemented and almost fully documented I think. There are some issues w/ the API basics (logins, for instance) that I want to get nailed first.
If you'd like to take a stab at iCal support, go ahead. I've personally never dealt with it from a development standpoint. I can see where iCal support would be beneficial though.
3 Posted by Matt Revelle on 04 Jun, 2007 03:02 PM
Cool, are the docs describing the access for milestones publically available yet?
iCal support is really easy, you just have one file that contains an event for each milestone.
In iCal, a milestone would look something like this:
The milestone calendar for a single project could be published at a single URL. Of course other events, such as completed tickets, may also be desirable to have in a calendar view. What do you guys think about providing simple calendar publishing for projects?
4 Posted by Rick on 04 Jun, 2007 05:03 PM
Yea, that's easy enough. Seems there are enough rails projects using iCal, so I'm surprised there's not something out there to make this braindead easy.