{"id":"692e3a9e4bc73507d7a4afd2","title":"Meetup Settings","path":"how-to/committee/walks/meetup-settings","contentMarkdown":"# Meetup Settings\n\nThe Meetup integration lets you automatically publish your group walks to a connected Meetup group, so when a walk is approved on NGX-Ramblers it appears as a Meetup event for members to RSVP to.\n\n> **Important: The Meetup API integration is currently unavailable.**\n>\n> The Meetup public API now requires a [Meetup Pro subscription](https://www.meetup.com/pro/), which is prohibitively expensive for most Ramblers groups. We are tracking a replacement approach that avoids the API entirely - see [Issue #230: feat(meetup): add manual paste/scrape publishing option to avoid Pro subscription](https://github.com/nbarrett/ngx-ramblers/issues/230) for progress.\n>\n> In the meantime, the configuration UI is still present and you can save settings, but walks will not actually be synchronised to Meetup. If you rely on Meetup for your walks programme, you will need to manage events directly on Meetup for now.\n\n## When This Feature Applies\n\nThe Meetup integration is independent of your group's Walk Population mode (Local or Walks Manager) - the Publish to Meetup option appears on individual walks regardless of where the walk data comes from.\n\nIt does, however, depend on having an active Meetup group and an OAuth-authorised connection between NGX-Ramblers and Meetup. Once the API integration is restored (or replaced with a paste/scrape alternative as per [issue #230](https://github.com/nbarrett/ngx-ramblers/issues/230)), this is the part that will need to be set up.\n\n## How It Works (When the API Is Available)\n\nThere are three layers to the Meetup integration:\n\n1. **System-level OAuth setup** - one-time admin task to authorise NGX-Ramblers to talk to your Meetup group\n2. **Group-level publishing defaults** - default values for description, RSVP limit, and announce flag that apply to every walk\n3. **Per-walk publishing** - walk leaders enable Meetup publishing on individual walks and optionally override the defaults\n\nWhen a walk with Meetup publishing enabled is saved, the system creates or updates a corresponding Meetup event. When publishing is disabled or the walk is deleted, the Meetup event is removed.\n\n## Setting Up the Meetup Connection\n\nThis is in **Admin > System Settings > External Systems > Meetup**:\n\n1. Enter your **Group URL**, **Group Name**, and **API URL**\n2. Enter your **Client ID** and **Client Secret** from Meetup's OAuth app registration (use the **View OAuth Clients** link to find or create one at meetup.com)\n3. Set the **Client Redirect URL** to your site's callback URL\n4. Click **Initiate Request Authorisation** to start the OAuth flow\n5. Authorise NGX-Ramblers on Meetup\n6. The access token and refresh token are captured automatically when you return\n7. Click **Save**\n\nThe refresh token is used to keep the connection alive without you needing to reauthorise.\n\n## Configuring Publishing Defaults\n\nThis is in **Admin > Walks > Meetup Settings**, with two sub-tabs:\n\n### Maintain Description Content\n\nCreate reusable description prefixes that can be selected per walk. These are stored as Content Text snippets and let you maintain a consistent intro for your Meetup events without retyping it on every walk.\n\n### Publishing Defaults\n\nSet the global defaults that apply to new walks:\n\n- **Description prefix** - which Content Text snippet to use as the default\n- **Publish status** - whether new events should be created as Draft or Published\n- **RSVP limit (guest limit)** - how many guests each member can bring (1-10)\n- **Announce checkbox** - whether to announce the event to the Meetup group on publication\n\n## Publishing an Individual Walk to Meetup\n\nWhen editing a walk, walk leaders see a **Meetup** tab:\n\n1. Tick **Publish this walk to Meetup**\n2. Optionally override the defaults:\n   - Choose a different description prefix\n   - Change publish status (draft/published)\n   - Adjust the RSVP limit\n   - Set the announce flag\n3. Edit the walk-specific Meetup description text (which gets prefixed with the chosen Content Text snippet)\n4. Save the walk\n\nWhen the walk is saved (and the API integration is working), the system:\n\n- Checks if a Meetup event already exists for this walk\n- If yes, updates the event with the latest details\n- If no, creates a new Meetup event\n- Stores the Meetup event URL on the walk so it appears as a \"View on Meetup\" link\n- Matches or creates the venue on Meetup based on the walk's start location\n\nIf you untick **Publish this walk to Meetup** and save, the corresponding Meetup event is deleted.\n\n## Permissions\n\n- **System OAuth setup** - requires System Admin\n- **Publishing defaults** - requires Walk Admin\n- **Per-walk Meetup settings** - requires Walk Admin or the walk leader for that walk\n\n## Current Status\n\nUntil the Meetup API integration is restored (or replaced - see [issue #230](https://github.com/nbarrett/ngx-ramblers/issues/230)):\n\n- You can still configure all the settings on this page\n- The Publish to Meetup checkbox still appears on individual walks\n- Saving a walk will not create or update a Meetup event\n- Existing Meetup events that were published before the API became unavailable are unaffected, but will not be updated when the corresponding NGX-Ramblers walk is updated\n\n## Related Guides\n\n- [Add Walk Slots](https://ngx-ramblers.org.uk/how-to/committee/walks/add-walk-slots) - create walks ready for leaders to claim\n- [Walk Leader Contact Settings](https://ngx-ramblers.org.uk/how-to/committee/walks/leader-contact) - configure how visitors contact walk leaders\n- [Ramblers Walk Export](https://ngx-ramblers.org.uk/how-to/committee/walks/export) - export walks to upload to Ramblers Walks Manager","contentHtml":"<h1>Meetup Settings</h1>\n<p>The Meetup integration lets you automatically publish your group walks to a connected Meetup group, so when a walk is approved on NGX-Ramblers it appears as a Meetup event for members to RSVP to.</p>\n<blockquote>\n<p><strong>Important: The Meetup API integration is currently unavailable.</strong></p>\n<p>The Meetup public API now requires a <a href=\"https://www.meetup.com/pro/\">Meetup Pro subscription</a>, which is prohibitively expensive for most Ramblers groups. We are tracking a replacement approach that avoids the API entirely - see <a href=\"https://github.com/nbarrett/ngx-ramblers/issues/230\">Issue #230: feat(meetup): add manual paste/scrape publishing option to avoid Pro subscription</a> for progress.</p>\n<p>In the meantime, the configuration UI is still present and you can save settings, but walks will not actually be synchronised to Meetup. If you rely on Meetup for your walks programme, you will need to manage events directly on Meetup for now.</p>\n</blockquote>\n<h2>When This Feature Applies</h2>\n<p>The Meetup integration is independent of your group&#39;s Walk Population mode (Local or Walks Manager) - the Publish to Meetup option appears on individual walks regardless of where the walk data comes from.</p>\n<p>It does, however, depend on having an active Meetup group and an OAuth-authorised connection between NGX-Ramblers and Meetup. Once the API integration is restored (or replaced with a paste/scrape alternative as per <a href=\"https://github.com/nbarrett/ngx-ramblers/issues/230\">issue #230</a>), this is the part that will need to be set up.</p>\n<h2>How It Works (When the API Is Available)</h2>\n<p>There are three layers to the Meetup integration:</p>\n<ol>\n<li><strong>System-level OAuth setup</strong> - one-time admin task to authorise NGX-Ramblers to talk to your Meetup group</li>\n<li><strong>Group-level publishing defaults</strong> - default values for description, RSVP limit, and announce flag that apply to every walk</li>\n<li><strong>Per-walk publishing</strong> - walk leaders enable Meetup publishing on individual walks and optionally override the defaults</li>\n</ol>\n<p>When a walk with Meetup publishing enabled is saved, the system creates or updates a corresponding Meetup event. When publishing is disabled or the walk is deleted, the Meetup event is removed.</p>\n<h2>Setting Up the Meetup Connection</h2>\n<p>This is in <strong>Admin &gt; System Settings &gt; External Systems &gt; Meetup</strong>:</p>\n<ol>\n<li>Enter your <strong>Group URL</strong>, <strong>Group Name</strong>, and <strong>API URL</strong></li>\n<li>Enter your <strong>Client ID</strong> and <strong>Client Secret</strong> from Meetup&#39;s OAuth app registration (use the <strong>View OAuth Clients</strong> link to find or create one at meetup.com)</li>\n<li>Set the <strong>Client Redirect URL</strong> to your site&#39;s callback URL</li>\n<li>Click <strong>Initiate Request Authorisation</strong> to start the OAuth flow</li>\n<li>Authorise NGX-Ramblers on Meetup</li>\n<li>The access token and refresh token are captured automatically when you return</li>\n<li>Click <strong>Save</strong></li>\n</ol>\n<p>The refresh token is used to keep the connection alive without you needing to reauthorise.</p>\n<h2>Configuring Publishing Defaults</h2>\n<p>This is in <strong>Admin &gt; Walks &gt; Meetup Settings</strong>, with two sub-tabs:</p>\n<h3>Maintain Description Content</h3>\n<p>Create reusable description prefixes that can be selected per walk. These are stored as Content Text snippets and let you maintain a consistent intro for your Meetup events without retyping it on every walk.</p>\n<h3>Publishing Defaults</h3>\n<p>Set the global defaults that apply to new walks:</p>\n<ul>\n<li><strong>Description prefix</strong> - which Content Text snippet to use as the default</li>\n<li><strong>Publish status</strong> - whether new events should be created as Draft or Published</li>\n<li><strong>RSVP limit (guest limit)</strong> - how many guests each member can bring (1-10)</li>\n<li><strong>Announce checkbox</strong> - whether to announce the event to the Meetup group on publication</li>\n</ul>\n<h2>Publishing an Individual Walk to Meetup</h2>\n<p>When editing a walk, walk leaders see a <strong>Meetup</strong> tab:</p>\n<ol>\n<li>Tick <strong>Publish this walk to Meetup</strong></li>\n<li>Optionally override the defaults:<ul>\n<li>Choose a different description prefix</li>\n<li>Change publish status (draft/published)</li>\n<li>Adjust the RSVP limit</li>\n<li>Set the announce flag</li>\n</ul>\n</li>\n<li>Edit the walk-specific Meetup description text (which gets prefixed with the chosen Content Text snippet)</li>\n<li>Save the walk</li>\n</ol>\n<p>When the walk is saved (and the API integration is working), the system:</p>\n<ul>\n<li>Checks if a Meetup event already exists for this walk</li>\n<li>If yes, updates the event with the latest details</li>\n<li>If no, creates a new Meetup event</li>\n<li>Stores the Meetup event URL on the walk so it appears as a &quot;View on Meetup&quot; link</li>\n<li>Matches or creates the venue on Meetup based on the walk&#39;s start location</li>\n</ul>\n<p>If you untick <strong>Publish this walk to Meetup</strong> and save, the corresponding Meetup event is deleted.</p>\n<h2>Permissions</h2>\n<ul>\n<li><strong>System OAuth setup</strong> - requires System Admin</li>\n<li><strong>Publishing defaults</strong> - requires Walk Admin</li>\n<li><strong>Per-walk Meetup settings</strong> - requires Walk Admin or the walk leader for that walk</li>\n</ul>\n<h2>Current Status</h2>\n<p>Until the Meetup API integration is restored (or replaced - see <a href=\"https://github.com/nbarrett/ngx-ramblers/issues/230\">issue #230</a>):</p>\n<ul>\n<li>You can still configure all the settings on this page</li>\n<li>The Publish to Meetup checkbox still appears on individual walks</li>\n<li>Saving a walk will not create or update a Meetup event</li>\n<li>Existing Meetup events that were published before the API became unavailable are unaffected, but will not be updated when the corresponding NGX-Ramblers walk is updated</li>\n</ul>\n<h2>Related Guides</h2>\n<ul>\n<li><a href=\"https://ngx-ramblers.org.uk/how-to/committee/walks/add-walk-slots\">Add Walk Slots</a> - create walks ready for leaders to claim</li>\n<li><a href=\"https://ngx-ramblers.org.uk/how-to/committee/walks/leader-contact\">Walk Leader Contact Settings</a> - configure how visitors contact walk leaders</li>\n<li><a href=\"https://ngx-ramblers.org.uk/how-to/committee/walks/export\">Ramblers Walk Export</a> - export walks to upload to Ramblers Walks Manager</li>\n</ul>\n"}