Adding Calendars Back to top
The calendar sidebar provides three ways to add calendars to your view. Click the Add Calendar dropdown button at the top of the sidebar to see all options:
- Create — build a new calendar from scratch with full control over event sources, event types, and permissions. Opens the Create Calendar dialog with four configuration tabs.
- Add Existing — add a calendar that was already created by another user to your sidebar. This does not duplicate the calendar; it simply makes it visible in your view.
- Add Calendar Subscription — import an external calendar from Google Calendar, Outlook, Apple Calendar, or any service that provides an ICS feed URL. Events are read-only and refresh automatically.
Create Calendar Dialog Back to top
When creating a new calendar, the dialog provides four tabs to configure every aspect of the calendar.
General Tab
Set the calendar's name, color, and optional description. The color is used throughout the UI to distinguish this calendar's events from others. A live Preview shows how the calendar name and color will appear in the sidebar.
Events Source Tab
Choose what data populates the calendar. Four source types are available:
- Basic — a standalone calendar with only custom events (no Jira issues). Ideal for team schedules, holidays, or company-wide events.
- Project — display Jira issues from one or more selected projects. Choose which date fields to use (due date, created, updated, sprint dates, custom date fields) and which issue types to include.
- JQL — write a custom JQL query to define exactly which issues appear. This is the most flexible option and supports any valid JQL expression.
- Filter — use a saved Jira filter as the issue source. The calendar shows all issues returned by the filter, using your chosen date fields.
Configure Date Fields Mapping to set the Start Date Field (required) and optional End Date Field. Under Display Options, toggle whether to show issue status and assignee on calendar events.
Event Types Tab
Configure the calendar's timezone — when creating events, times will be interpreted in this timezone. Leave empty to use each user's Jira profile timezone.
Define custom event type categories (e.g., Event, Meeting, Holiday, Travel). Each type can have a reminder configured. Click + Create to add new types. When users create custom events, they select from these types.
Permissions Tab
Control who can view, create events in, and administer this calendar. Add users, groups, or roles with different access levels. The creator is automatically added as an Admin owner.
The Export section includes a "Disable export for this calendar" checkbox — when checked, this calendar cannot be exported via ICS, JSON, or embedded links.
Calendar Subscription Back to top
Calendar subscriptions import events from external calendar services via ICS URLs. The subscription dialog is a simplified version of the create dialog with two tabs: General and Permissions.
On the General tab, provide:
- Calendar Name — a display name for the imported calendar
- ICS URL — the subscription URL from your external calendar service (Google Calendar, Outlook, Apple Calendar, etc.)
- Color — choose a color for the imported events
The Permissions tab works identically to regular calendars, letting you control who can see the imported events. Once created, the subscription fetches events immediately and refreshes automatically every 5 minutes.
Calendar Dropdown Actions Back to top
The per-calendar dropdown menu provides the following actions (availability depends on your permissions):
- New Event — quickly create a custom event in this calendar
- Issue List — view all Jira issues associated with this calendar in a list format
- Quick Filters — apply or manage quick filters to narrow displayed events by assignee, status, priority, or custom criteria
- Edit — open the calendar settings dialog to modify name, color, event sources, event types, or permissions
- Delete — permanently remove the calendar and all its custom events (Jira issues are not affected)
- Remove from Favorites — remove the calendar from your sidebar without deleting it. Other users who have added it are not affected.
- Copy URL — copy a direct link to this calendar view for sharing with teammates
- Export Settings (admin only) — open the export configuration panel for this calendar. Only visible to calendar administrators and only when exports have been enabled globally.
Export Settings per Calendar Back to top
Calendar administrators can configure export feeds for individual calendars via the Export Settings option in the calendar dropdown menu. This opens a panel with three export format cards.
Each card allows you to generate and manage a feed URL for that format:
- ICS Feed — generate a subscription URL for Google Calendar, Outlook, or Apple Calendar. Configure which fields to include, availability status (Busy/Free), and the time period covered by the feed.
- JSON Feed — generate an API endpoint that returns calendar events as JSON. Useful for custom dashboards, automation, and third-party integrations. Configure fields and time period.
- Embedded Calendar — generate an embeddable URL or iframe snippet to display a read-only monthly calendar view on websites, wikis, or team portals. Configure which fields are visible.
For detailed instructions on each export format, see the Export & Import documentation:
- ICS Feed — subscribe in Google Calendar, Outlook, or Apple Calendar
- JSON Feed — programmatic access for integrations
- Embedded Calendar — public calendar for websites
- PDF & Excel — download events as reports
Need Help?
If you have questions about creating or managing calendars, contact our support team.
Contact Support