You are using an unsupported browser. Please update your browser to the latest version on or before July 31, 2020.
close
You are viewing the article in preview mode. It is not live at the moment.
We Make Meetings Work.
Home > Integrations > Calendar Integration > Adding a "Save the Date" calendar link to a web page
Adding a "Save the Date" calendar link to a web page
print icon
Want to make it easy for people to save your event dates to their calendars? MeetMax offers two graphical formats that link to popular calendar platforms.

In this article:

What does it look like?

You can choose between two formats:

Row of links

With this option, your participants see a row of clickable links for major calendar platforms. When someone clicks one of these links, it creates a new calendar entry for your event.

You can use this option in:

  • The Header or Footer of all event web pages
  • The custom Messages areas of specific pages
  • Batch emails

Menu of links

With this option, your participants can open a menu of calendar platforms. Clicking any of these creates a new calendar entry for your event.

You can use this option in:

  • The Header or Footer of all event web pages
  • The custom Messages areas of specific pages

To add these options to web pages, you’ll be copying and pasting snippets of code. See the sections below for details.

  You can also allow participants to export their 1x1 meeting schedules to their calendars.

(Back to top)

With this option, the Save the Date links will appear on every web page your participants see. You can remove the links at any time.

Step 1. Head to the Configure menu. Choose Site Design, then Header:
Step 2. Next, you’ll choose which area to place the links:
  • TOP: Places links in the site Header
  • FOOTER: Places links in the site Footer
Step 3. When you make your choice, you’ll be in the content editor.
Copy your preferred code snippet below, and paste it where you want the links to appear. Click the Change button to save:
For the Row of Links version:
$SAVE_THE_DATE
For the Menu of Links version:
$SAVE_THE_DATE_BTN
Step 4. Want to preview the result? Use your Reference links:
  If you’re having any issues with formatting, reach out to our Support team.

(Back to top)

Adding the calendar links to a custom Message

In MeetMax, Messages are units of custom content you can insert into the web pages your participants see.

Step 1. Head to the Configure tab. Choose Site Design, then Messages:
Step 2. On the Messages list, set the top filter to With Custom Messages.
That narrows the list, so you’ll only see the messages that apply to your event:
Step 3. You might need a second filter to find the specific Message you need. Learn more about filtering the Message list here:
Step 4. Once you’ve found the Message, click the tag icon to edit it:
Step 5. You’ll now choose the location where you want to insert the Save the Date links:
  • TOP: The links appear above the web page content.
  • BOTTOM: The links appear below the web page content.
Step 6. When you make your choice, you’ll be in the content editor.
Copy your preferred code snippet below, and paste it where you want the links to appear. Click Submit to save:
For the Row of Links version:
$SAVE_THE_DATE
For the Menu of Links version:
$SAVE_THE_DATE_BTN
Step 7. Want to preview the result? Click the View Sample link:
MeetMax will open a sample of the page in a new browser tab:
  If you’re having any issues with formatting, reach out to our Support team.

(Back to top)

Notes for Developers

You can access an .ics file of the event details with the following link structure:

https://[subdomain].meetmax.com/sched/event_[event_id]/event.ics

You can access a .json file of the event details with the following link structure:

https://[subdomain].meetmax.com/sched/event_[event_id]/save_the_date.json​​​
scroll to top icon