Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add to calendar: Stabilization #9533

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
147 changes: 108 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"grunt-contrib-csslint": "~2.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-htmlmin": "^3.1.0",
"grunt-contrib-uglify": "^5.0.0",
"grunt-contrib-uglify": "^5.2.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-cssmin-ie8-clean": "0.0.1",
"grunt-eslint": "^23.0.0",
Expand Down
6 changes: 3 additions & 3 deletions site/pages/docs/ref/add-cal/add-cal-en.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -80,16 +80,16 @@
<h3>User interface (Template)</h3>
<p>(Provisional)</p>

<p>The Schema.org <code>Event</code> type noted in RDFa is required when implementing this add to calendar widget. It identifies an event happeing at a certain time and location. The followings are Schema.org types and properties:</p>
<p>The Schema.org <code>Event</code> type noted in RDFa is required when implementing this add to calendar widget. It identifies an event happening at a certain time and location. The followings are Schema.org types and properties:</p>
<dl>
<dt><code>name</code> (Event)</dt>
<dd>Required - Short text that defines the event title.</dd>
<dt><code>description</code> (Event)</dt>
<dd>Optional - Short text that provides a brief description of the event.</dd>
<dt><code>startDate</code> (Event)</dt>
<dd>Required - Specifies the start date and or start time of the event. It needs to be used in a <code>&lt;time&gt;</code> element and the value must be defined in text or by adding the <code>datetime</code> attribute either following this pattern: "YYYY-MM-DD HH:MMZ"</dd>
<dd>Required - Specifies the start date and or start time of the event. It needs to be used in a <code>&lt;time&gt;</code> element and the value must be defined by adding the <code>datetime</code> attribute either following this pattern: "YYYY-MM-DD HH:MMZ"</dd>
<dt><code>endDate</code> (Event)</dt>
<dd>Required - Specifies the end date and or end time of the event. It needs to be used in a <code>&lt;time&gt;</code> element and the value must be defined in text or by adding the <code>datetime</code> attribute either following this pattern: "YYYY-MM-DD HH:MMZ"</dd>
<dd>Required - Specifies the end date and or end time of the event. It needs to be used in a <code>&lt;time&gt;</code> element and the value must be defined by adding the <code>datetime</code> attribute either following this pattern: "YYYY-MM-DD HH:MMZ"</dd>
<dt><code>location</code> (Event)</dt>
<dd>Recommended - Short text that identifies the place of the event or can be refined with type <strong>Place</strong> to provide a detailed address or <strong>VirtualLocation</strong> for an online event.</dd>
<dt><code>name</code> (Place)</dt>
Expand Down
4 changes: 2 additions & 2 deletions site/pages/docs/ref/add-cal/add-cal-fr.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@
<dt><code>description</code> (Event)</dt>
<dd>Optionnel - Texte court qui fournit une brève description de l'événement.</dd>
<dt><code>startDate</code> (Event)</dt>
<dd>Requis - Spécifie la date et/ou l'heure de début de l'événement. Il doit être utilisé dans un élément <code>&lt;time&gt;</code> et la valeur doit être définie dans le texte ou en ajoutant l'attribut <code>datetime</code> en suivant ce modèle&nbsp;: "YYYY-MM-DD&nbsp;HH:MMZ"</dd>
<dd>Requis - Spécifie la date et/ou l'heure de début de l'événement. Il doit être utilisé dans un élément <code>&lt;time&gt;</code> et la valeur doit être définie en ajoutant l'attribut <code>datetime</code> en suivant ce modèle&nbsp;: "YYYY-MM-DD&nbsp;HH:MMZ"</dd>
<dt><code>endDate</code> (Event)</dt>
<dd>Requis - Indique la date et/ou l'heure de fin de l'événement. Il doit être utilisé dans un élément <code>&lt;time&gt;</code> et la valeur doit être définie dans le texte ou en ajoutant l'attribut <code>datetime</code> soit en suivant ce modèle&nbsp;: "YYYY-MM-DD&nbsp;HH:MMZ"</dd>
<dd>Requis - Indique la date et/ou l'heure de fin de l'événement. Il doit être utilisé dans un élément <code>&lt;time&gt;</code> et la valeur doit être définie en ajoutant l'attribut <code>datetime</code> soit en suivant ce modèle&nbsp;: "YYYY-MM-DD&nbsp;HH:MMZ"</dd>
<dt><code>location</code> (Event)</dt>
<dd>Recommandé - Texte court qui identifie le lieu de l'événement. Celui-ci peut être affiné avec le type <strong>Place</strong> pour fournir une adresse détaillée ou <strong>VirtualLocation</strong> pour un événement en ligne.</dd>
<dt><code>name</code> (Place)</dt>
Expand Down