No notes defined.

<article class='c-event event type-event c-event--scheduled c-event--meeting-agenda'>
    <div class='c-event__date-wrapper'>

        <time class='c-date c-date--graphic c-date--block  dt-start ' datetime='15.07.2020, 19:17 CEST' />
        <span class='c-date__day'>15</span><span class='c-date__month'>07</span><span class='c-date__year'>2020</span> </time>

    </div>
    <div class='c-event__content-wrapper'>
        <h1 class='c-heading c-heading--minor c-event__heading'>
            Milestone Planning Webinarr
        </h1>

        <p class='c-event__stage'><span class='c-tag c-tag--scheduled'>Scheduled</span></p>

        <p class='c-meta c-event__meta'>

            <time class='c-date c-event__date  dt-start ' datetime='15.07.2020, 19:17 CEST' />
            15.07.2020, 19:17 CEST
            </time>

            | 90 minutes
        </p>
        <p class='c-event__stage-message'>Starting very soon!</p>
    </div>
    <footer class='c-event__footer'>
        <div class='c-action-bar c-list-item__action-bar'>
            <div class='c-action-bar__actions'>
                <a class='c-button c-button--small' href="#">Take action</a>
            </div>
            <div class='c-action-bar__links '>
                <a class='c-link c-link--edit c-link--with-icon c-link--minimal ' href="#" itemprop="item" itemid="#"><span itemprop="name">Edit</span></a> <a class='c-link c-link--delete c-link--with-icon c-link--minimal ' href="#" itemprop="item" itemid="#"><span itemprop="name">Delete</span></a>
            </div>
        </div>
    </footer>
</article>
<article class='{{ get_entity_class( entityType, display ) }}'>
    {% if start_date %}
        <div class='c-{{ entityType}}__date-wrapper'>
            {% include get_template( 'date', 'unit' ) with start_date|merge( { 
                display: { 
                    modifiers: [ 'graphic', 'block' ] 
                }, 
                time: NULL, 
                timezone: NULL 
            } ) %}
        </div>
    {% endif %}
    <div class='c-{{ entityType}}__content-wrapper'>
        {% include get_template( 'heading', 'unit' ) with heading|merge( { 
            display: { 
                component: 'event', 
                modifiers: [ 'minor' ] 
            } 
        } ) %}

        <p class='c-{{ entityType}}__stage'>{% include get_template( 'tag', 'unit' ) with { 
            text: stage_literal 
            } %}</p>

        <p class='c-meta c-{{ entityType}}__meta'>
            {% include get_template( 'date', 'unit' ) with start_date|merge( { 
                display: { 
                    component: 'event', 
                    modifiers: NULL 
                } 
            } ) %}
            | {{ duration }}
        </p>
        {% if stage_message is not empty %}
            <p class='c-{{ entityType }}__stage-message'>{{ stage_message }}</p>
        {% endif %}
    </div>
    {% if links or button %}
        <footer class='c-{{ entityType }}__footer'>
            {% include get_template( 'action-bar', 'unit' ) with {
                display: {
                    component: 'list-item'
                },
                links: links,
                button: button
            } %}
        </footer>
    {% endif %}
</article>
{
  "theme": "education",
  "entityType": "event",
  "display": {
    "view_mode": "meeting-agenda",
    "modifiers": [
      "scheduled"
    ]
  },
  "eventType": "online",
  "focusArea": [
    {
      "text": "<a href='#'>Operations</a>"
    },
    {
      "text": "<a href='#'>Business modeling</a>"
    }
  ],
  "eventLanguage": [
    "English"
  ],
  "heading": {
    "text": "Milestone Planning Webinarr"
  },
  "content": "<p>The second field is Milestones. As discussed before, milestones should give you an indication if you have achieved your project goal and/or if you are on track of achieving it in time. Don‘t forget the SMART criteria here in the formulation of the milestones (this includes specifiying „who“ is responsible for achieving it). As you can see several milestone form a project.</p>",
  "stage_literal": "Scheduled",
  "stage_message": "Starting very soon!",
  "duration": "90 minutes",
  "gettingStarted": {
    "display": {
      "component": "event",
      "modifiers": [
        "background-notice"
      ]
    },
    "heading": {
      "text": "Before we start"
    },
    "content": "Background Paper: https://drive.google.com/open?id=197NbVpNo78M5NBSoHfrHCIOtl6VHrkhH&authuser=jonas.dinger%40socialimpactaward.net&usp=drive_fs"
  },
  "start_date": {
    "display": {
      "component": "event",
      "modifiers": [
        "graphic"
      ]
    },
    "formatted": "15.07.2020, 19:17 CEST",
    "weekday": "Monday",
    "day": 15,
    "month": "07",
    "year": 2020,
    "time": "19:00",
    "timezone": "CEST"
  },
  "meta": {
    "tags": {
      "items": [
        {
          "text": "Operations",
          "url": "#"
        }
      ]
    }
  },
  "button": {
    "text": "Take action",
    "url": "#"
  },
  "links": [
    {
      "href": "#",
      "icon": "edit",
      "text": "Edit"
    },
    {
      "href": "#",
      "icon": "delete",
      "text": "Delete"
    }
  ]
}