Skip to content

Commit

Permalink
Add to calendar: Stabilization
Browse files Browse the repository at this point in the history
  • Loading branch information
Garneauma committed Feb 17, 2023
1 parent 7b0a804 commit c86b548
Show file tree
Hide file tree
Showing 22 changed files with 1,375 additions and 198 deletions.
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

0 comments on commit c86b548

Please sign in to comment.