Planning Center Integration

If your church uses Planning Center Online (PCO) for event management, you can sync your PCO calendar with your Toolkit Sites website. This is a premium feature that requires setup from the Mere team.

Setup steps (~5 minutes)

You'll need: Planning Center Online admin access.

  1. Log in to Planning Center
  2. Visit api.planningcenteronline.com/oauth/applications
  3. At the bottom of the screen, click "New Personal Access Token"
  4. In the description box, type "Events integration" and click "Submit"
  5. You'll see an Application ID and Secret — send both values in an email to Mere
  6. The Mere team will complete the integration on your site

Note: Planning Center integration is an add-on service at $25/month. Contact sales@mereagency.com to get started. Once enabled, your events will sync automatically from Planning Center.

Filtering events by PCO tag

Each PCO Events block accepts a PCO Tag Filter — the Planning Center equivalent of the Category field on native Toolkit Sites events (event categories). Enter the exact name of a tag you've set up in Planning Center (e.g. "Youth", "Missions", "All-Church") and the block only displays events carrying that tag.

  • Leave blank to show all upcoming events
  • Match the tag name exactly — tag names are case-sensitive
  • No matching events or invalid tag? The block displays a message rather than rendering empty

Use this to put a ministry-specific event list on the relevant page: a "Youth" tag on the youth page, a "Missions" tag on the missions page, and so on.

Why a limit of 100? Why does leaving the tag empty return fewer than 100?

These are both limitations of the Planning Center API. For non-technical folks, an API is a way that Studio (or other similar applications) can make use of the data in Planning Center. This is what the keys you set up are for; Planning Center doesn't let just anybody ask it for dat, so we have to be identified using keys you approve.

The Planning Center API we're using returns 100 events at a time. This is called pagination and is common practice; rather than returning many hundreds of events (a lot of data for them to serve at once) we get it in blocks of 100, and have the option to subsequently ask for more. To keep the page loading quickly, Studio asks for just one block -- the next 100 events scheduled. However, we don't always display 100 events, because not all 100 of those events are marked to display in Planning Center. Internal events that are hidden (i.e. don't display in Church Center) are included in the 100 returned by the API but should not be displayed.

Depending on how many internal events your church has, this could be the majority of the 100. So, while we have 100 events, we might only be able to show 30 of them. This is a limitation of the PCO API. We could get more blocks (the next 100, or the next 100 after that) but each request would take time and slow down loading the page. For now, we've elected to keep it super fast but show fewer events.

This problem doesn't occur with tags, for a simple reason -- if you're setting tags to display, you're curating resources you want to show. This means not very many of them are likely to be hidden (depending how you organize events in Planning Center) so we can usually display a lot more of the 100 events.

This compromise (between speed and showing more events) was chosen from an information/website layout and design perspective. Having a page with 100 events, many of which are likely to be recurrences of the same event, is not usually ideal anyways. It is typically better to have secondary pages for event tags, or perhaps place a block like this at the bottom of each ministries page (in the situation where events are tagged with specific ministries). For right now, this is the path we've chosen to take. If there's a different use you have, check out this feature request for a "show events through date" setting, or let us know with a feature request of your own!