File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,12 +43,16 @@ title: Community call
4343 <li><h6 class="dropdown-header">Subscribe via App</h6></li>
4444 <li>
4545 <a class="dropdown-item d-flex align-items-center" href="{{ '/join-us/community-call/community-call.ics' | absolute_url | replace: 'http://', 'webcal://' | replace: 'https://', 'webcal://' }}">
46- <i class="bi bi-apple me-2 text-dark"></i> Apple Calendar / Outlook </a>
46+ <i class="bi bi-apple me-2 text-dark"></i> Apple Calendar</a>
4747 </li>
4848 <li>
4949 <a class="dropdown-item d-flex align-items-center" href="https://www.google.com/calendar/render?cid={{ '/join-us/community-call/community-call.ics' | absolute_url }}" target="_blank">
5050 <i class="bi bi-google me-2 text-danger"></i> Google Calendar (Web)</a>
5151 </li>
52+ <li>
53+ <a class="dropdown-item d-flex align-items-center" href="{{ '/join-us/community-call/community-call.ics' | absolute_url | replace: 'http://', 'webcal://' | replace: 'https://', 'webcal://' }}">
54+ <i class="bi bi-microsoft me-2 text-dark"></i> Outlook (not Web)</a>
55+ </li>
5256 <li><hr class="dropdown-divider"></li>
5357 <li><h6 class="dropdown-header">Manual Setup</h6></li>
5458 <li class="px-3 py-2">
@@ -58,6 +62,7 @@ title: Community call
5862 <button class="btn btn-outline-secondary" type="button" onclick="copyCalLink()" id="copyBtn">
5963 <i class="bi bi-clipboard"></i></button>
6064 </div>
65+ <div class="small">Using Outlook Web? Copy the link above, then in Outlook go to 'Add Calendar' > 'Subscribe from web' and paste the link.</div>
6166 <div id="copyFeedback" class="small text-success mt-1 d-none">Link copied!</div>
6267 </li>
6368 </ul>
You can’t perform that action at this time.
0 commit comments