Set up Confluence Cloud
Get the high-level details you need to set up your Confluence Cloud site in order to meet your team's needs.
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 your server is using https, due to Google restrictions, you won't see the Add to Google Calendar link. If that's the case, 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 server administrator is disallowing search engines from indexing your servers. A server 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?