{% extends "base.html" %} {% block title %}Google Calendar — {{ club.name }}{% endblock %} {% block content %} {% include "club_ribbon.html" %} {% if not google_calendar_configured %}
Connect your club's Google account and we'll make a calendar called “{{ club.name }} events” in it. From then on your auctions and events appear there automatically, and anything you add in Google Calendar shows up on your club page.
We can only see and change the calendar we create — not the rest of your Google account.
Connect Google CalendarYour calendar is syncing, but it's still private, so members can't add it to their own Google Calendar yet. We can't make it public for you — that would mean asking for access to all of your calendars instead of just this one.
Show me how — takes a minuteChanges sync both ways every 15 minutes, and immediately when you add an event here.
{% if club.google_calendar_last_error %}Your club page always offers an iCal feed of your events, whether or not Google Calendar is connected.
{% endblock %}