Skip to content

Commit

Permalink
Render site
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 15, 2024
1 parent b59a863 commit 0c15974
Show file tree
Hide file tree
Showing 24 changed files with 717 additions and 106 deletions.
14 changes: 7 additions & 7 deletions docs/CODE_OF_CONDUCT.html
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,13 @@
Calendly
</a>
</li>
<li>
<a href="citations.html">
<span class="fa fa-scroll"></span>

Citations
</a>
</li>
<li>
<a href="cran.html">
<span class="fa fa-r"></span>
Expand All @@ -279,13 +286,6 @@
Google Analytics
</a>
</li>
<li>
<a href="slido.html">
<span class="a a-square-poll-vertical"></span>

Slido
</a>
</li>
<li>
<a href="youtube.html">
<span class="fa fa-play"></span>
Expand Down
37 changes: 22 additions & 15 deletions docs/calendly.html
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,13 @@
Calendly
</a>
</li>
<li>
<a href="citations.html">
<span class="fa fa-scroll"></span>

Citations
</a>
</li>
<li>
<a href="cran.html">
<span class="fa fa-r"></span>
Expand All @@ -281,13 +288,6 @@
Google Analytics
</a>
</li>
<li>
<a href="slido.html">
<span class="a a-square-poll-vertical"></span>

Slido
</a>
</li>
<li>
<a href="youtube.html">
<span class="fa fa-play"></span>
Expand All @@ -308,7 +308,7 @@


<h1 class="title toc-ignore">Calendly</h1>
<h4 class="date">06 March, 2024</h4>
<h4 class="date">15 March, 2024</h4>

</div>

Expand All @@ -318,31 +318,36 @@ <h2>Setting up Calendly</h2>
</div>
<div id="preview" class="section level2">
<h2>Preview</h2>
<pre><code>## Rows: 1 Columns: 8
<pre><code>## Rows: 1 Columns: 10
## ── Column specification ────────────────────────────────────────────────────────
## Delimiter: &quot;\t&quot;
## chr (4): event_type, name, status, uri
## lgl (2): meeting_notes_html, meeting_notes_plain
## dttm (4): created_at, end_time, start_time, updated_at
##
## ℹ Use `spec()` to retrieve the full column specification for this data.
## ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.</code></pre>
<pre class="r"><code>knitr::kable(calendly)</code></pre>
<table>
<colgroup>
<col width="7%" />
<col width="7%" />
<col width="28%" />
<col width="6%" />
<col width="7%" />
<col width="6%" />
<col width="24%" />
<col width="6%" />
<col width="6%" />
<col width="6%" />
<col width="6%" />
<col width="2%" />
<col width="7%" />
<col width="30%" />
<col width="6%" />
<col width="26%" />
</colgroup>
<thead>
<tr class="header">
<th align="left">created_at</th>
<th align="left">end_time</th>
<th align="left">event_type</th>
<th align="left">meeting_notes_html</th>
<th align="left">meeting_notes_plain</th>
<th align="left">name</th>
<th align="left">start_time</th>
<th align="left">status</th>
Expand All @@ -357,6 +362,8 @@ <h2>Preview</h2>
<td align="left"><a
href="https://api.calendly.com/event_types/d39d7211-9c78-4121-8271-208cfaa34989"
class="uri">https://api.calendly.com/event_types/d39d7211-9c78-4121-8271-208cfaa34989</a></td>
<td align="left">NA</td>
<td align="left">NA</td>
<td align="left">30 Minute Meeting</td>
<td align="left">2024-01-17 14:00:00</td>
<td align="left">active</td>
Expand Down
Loading

0 comments on commit 0c15974

Please sign in to comment.