No, that's currently not possible, I'm araid. Here's the related feature request in our public tracker: https://youtrack.jetbrains.com/issue/JT-60180 Please feel free to vote for it, as it increases its priority and subscribes you to the email notifications. To do so, sign in to Jetbrains YouTrack and hit 👍
For anyone who is still waiting for this, I wrote a small CLI app that simply just calls YouTrack APIs to get a list of issues and map them to a .ics file. So far, the app only supports mapping YouTrack issues with a single date/date-time field into whole-day events on calendar, but it is open-sourced and u can freely fork my repo and modify in any way u want.
Hi!
I'm Sergey from the YouTrack team.
No, that's currently not possible, I'm araid. Here's the related feature request in our public tracker:
https://youtrack.jetbrains.com/issue/JT-60180 Please feel free to vote for it, as it increases its priority and subscribes you to the email notifications. To do so, sign in to Jetbrains YouTrack and hit 👍
For anyone who is still waiting for this, I wrote a small CLI app that simply just calls YouTrack APIs to get a list of issues and map them to a .ics file. So far, the app only supports mapping YouTrack issues with a single date/date-time field into whole-day events on calendar, but it is open-sourced and u can freely fork my repo and modify in any way u want.
https://github.com/CXwudi/youcal
You can also run the CLI app with CRON and use Nginx to publish the .ics to internet
Thank you for your contribution!