You may embed Gradual Community event list in your website.

The code to embed:

        <iframe
          loading='eager'
          title='EVENTS OF YOUR COMMUNITY'
          id='ANY UNIQUE HTML ID'
          src='https://YOUR_DOMAIN/widgets/events[?status=value&limit=value]'
          scrolling='yes'
          width='100%'
          height='100%'
          frameBorder='0'
        />

The most important attribute is src, 'https://YOUR_DOMAIN/widgets/events'

Replace YOUR_DOMAIN with your Gradual community domain.

For example, src = https://community.gradual.com/widgets/events

You may add more parameters in the src URL to customize the embedded page:

For example, src = https://community.gradual.com/widgets/events**?status=upcoming&limit=4**