Jira Calendar and Google Calendar

Stephen Blower February 6, 2013

I've read the previous asked question: Possible to import a Google Calendar on JIRA Calendar?

With the answer not really being a definitive yes or no, I'd like to ask it again but be more specific.

We use Google Calander for all meetings and holidays, however we are wanting to move over to having a calandar for scheduling workstreams which Jira Calandar seems to deliver.

However rather than get the whole company to swap over to Jira Calandar can it be made to import meetings and holidays from Google Calandar on the fly?

If it currently doesn't do this would it be possible to create a plug-in?

1 answer

0 votes
Timothy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 6, 2013

If you are referring to this JIRA Calendar, then the source code is there for you to tinker with. What you're looking to do is to edit com.atlassian.jira.ext.calendar.getCalendarParameters(HtmlCalendarConfiguration) and particularly the "params.put("calSearch", calSearch);" part.

Suggest an answer

Log in or Sign up to answer