Modify ↓
Opened 20 years ago
Last modified 8 years ago
#150 new enhancement
Script to create one iCalendar file from many trac db's
| Reported by: | Owned by: | anybody | |
|---|---|---|---|
| Priority: | normal | Component: | Request-a-Hack |
| Severity: | normal | Keywords: | calendar |
| Cc: | balasubramani.d@… | Trac Release: | 0.10 |
Description
CLI script that creates iCal file from every project. trac-calendar --subversion --wikipages --tickets /here/is/my/all/trac-projects/ all.ics
Now that all.ics contains every wiki page, subversion and ticket changes from all projects.
Attachments (0)
Change History (6)
comment:1 Changed 20 years ago by
comment:2 Changed 20 years ago by
That sounds good too, but then I need CLI program to merge many iCal files to one.
comment:3 Changed 19 years ago by
| Trac Release: | → 0.8 |
|---|
comment:4 Changed 19 years ago by
| Trac Release: | 0.8 → 0.10 |
|---|
This will be somewhat answered by TracForge?, though a content converter for iCal would still be needed.
comment:5 Changed 17 years ago by
| Cc: | balasubramani.d@… added; anonymous removed |
|---|---|
| Priority: | low → normal |
| Severity: | minor → major |
bnvnbv
comment:6 Changed 8 years ago by
| Severity: | major → normal |
|---|
Note: See
TracTickets for help on using
tickets.



It seems to me that this would be better implemented as a new format for the timeline module (
/timeline?format=ics).