YouTrack + iCal = YouCal
Inspired by YouTrack Due Day Calendar, export YouTrack Issue Due to iCal so that other calendar services can subscribe through iCalendar, using iCal4j library.
This repo is also the remastered version of the original youcal (which is no longer working for me)
For JetBrains Staffs: If you want to reuse some part of this code, just make sure you credit a link to this repo in your own repo
This is open-source project, so feel free to fork this repo and modify it in any way you like. 🙂
native-image
installedClick on each module for more information:
Application modules:
Library modules:
VEvent
,
using iCal4j libraryVEvent
with a DATE
value type
of DTSTART
property, and no DTEND
or DURATION
property) in icalendar.
However, a new design at #7 has been proposed to support more complex mapping,
and if more people are interested in this project, I will implement it.