Considering Confluence Cloud?
Get the high-level details of Confluence Cloud and available features by plan.
Integrating Team Calendars with your Google Calendar is a great way to keep track of your team's leave, travel, rosters, and projects, all in one place.
In Confluence:
Choose to the right of your calendar, then choose Subscribe
Choose the Add to Google Calendar button (if it's visible)
If you don't see the Add to Google Calendar link, continue the process below.
Copy the link URL
In Google Calendar:
Choose Add by URL from the Other Calendars menu
Paste the Team Calendars URL into Google Calendars
These limitations are due to different issues in Google Calendar.
Google Calendar refresh times are delayed. They range from 3 hours to 24 hours.
Subscriptions are read-only (you cannot modify events from Google Calendar).
Subscribed Team Calendars names are truncated if they have a space in the title.
Adding a calendar to Google Calendars may give you this error: "Could not fetch the url because robots.txt prevents us from crawling the url." This means your administrator doesn’t allow search engines to index your servers. An administrator will need to modify your robots.txt to allow Google to index Team Calendars.
In your robots.txt file, add the following line:
1
2
3
User-agent: *
...
Allow: /rest/calendar-services/1.0/calendar/export/subcalendar/private/*
Was this helpful?