-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 8c36bd8
Showing
100 changed files
with
29,437 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,117 @@ | ||
|
||
|
||
<h2>CodeRefinery calendars</h2> | ||
|
||
|
||
<p> | ||
<p>Public CodeRefinery calendars, so that you can easily be reminded | ||
about and take part in our activities.</p> | ||
<p>If you are interested in attending workshops as a learner, subscribe | ||
to <strong>Workshops</strong>. If you want to take part in CodeRefinery | ||
teaching, choose whichever matches you best.</p> | ||
|
||
</p> | ||
|
||
|
||
|
||
|
||
|
||
<h2>Available calendars</h2> | ||
<ul> | ||
|
||
|
||
<li> | ||
<a href="https://coderefinery.github.io/calendar/all.ics">All events, teaching and internal</a>: All events in every calendar on this page. | ||
|
||
(view in <a href="https://coderefinery.github.io/calendar/all.ics.Europe-Helsinki.txt">Europe/Helsinki</a>, <a href="https://coderefinery.github.io/calendar/all.ics.Europe-Stockholm.txt">Europe/Stockholm</a>) | ||
|
||
</li> | ||
|
||
<li> | ||
<a href="https://coderefinery.github.io/calendar/community.ics">CodeRefinery community calls</a>: Designed for a broad audience, recommended for people interested in | ||
CodeRefinery but not taking an active day-to-day role. On average | ||
one event per month. | ||
|
||
(view in <a href="https://coderefinery.github.io/calendar/community.ics.Europe-Helsinki.txt">Europe/Helsinki</a>, <a href="https://coderefinery.github.io/calendar/community.ics.Europe-Stockholm.txt">Europe/Stockholm</a>) | ||
|
||
</li> | ||
|
||
<li> | ||
<a href="https://coderefinery.github.io/calendar/partners.ics">All Workshop/Training events by partners</a>: All workshop and training events by partners of CodeRefinery. | ||
|
||
(view in <a href="https://coderefinery.github.io/calendar/partners.ics.Europe-Helsinki.txt">Europe/Helsinki</a>, <a href="https://coderefinery.github.io/calendar/partners.ics.Europe-Stockholm.txt">Europe/Stockholm</a>) | ||
|
||
</li> | ||
|
||
<li> | ||
<a href="https://coderefinery.github.io/calendar/team.ics">Team meetings and events</a>: Internal, people who actively contribute. About one meeting per | ||
week (this calendar includes the community calls) | ||
|
||
(view in <a href="https://coderefinery.github.io/calendar/team.ics.Europe-Helsinki.txt">Europe/Helsinki</a>, <a href="https://coderefinery.github.io/calendar/team.ics.Europe-Stockholm.txt">Europe/Stockholm</a>) | ||
|
||
</li> | ||
|
||
<li> | ||
<a href="https://coderefinery.github.io/calendar/training.ics">All Training events, both paid and open</a>: Training events offered by Coderefinery or its partners. This includes both free and paid events. | ||
|
||
(view in <a href="https://coderefinery.github.io/calendar/training.ics.Europe-Helsinki.txt">Europe/Helsinki</a>, <a href="https://coderefinery.github.io/calendar/training.ics.Europe-Stockholm.txt">Europe/Stockholm</a>) | ||
|
||
</li> | ||
|
||
<li> | ||
<a href="https://coderefinery.github.io/calendar/workshops.ics">Workshops</a>: Teaching events open to everyone (the actual workshops we offer). | ||
|
||
(view in <a href="https://coderefinery.github.io/calendar/workshops.ics.Europe-Helsinki.txt">Europe/Helsinki</a>, <a href="https://coderefinery.github.io/calendar/workshops.ics.Europe-Stockholm.txt">Europe/Stockholm</a>) | ||
|
||
</li> | ||
|
||
</ul> | ||
|
||
<h2>How to subscribe</h2> | ||
<p> | ||
You can subscribe to these calendars in your calendar program. This | ||
will periodically import the events by polling the URL, so that you | ||
get updates (usually with a few hours of delay). Most programs | ||
implement this as creating a new calendar which can be toggled on or | ||
off. Right click on the link above, "Copy link", and then... | ||
</p> | ||
|
||
<ul> | ||
<li> | ||
Google calendar: Other calendars (left sidebar) → "+" to add new → | ||
From URL. | ||
</li> | ||
<li> | ||
Outlook web: Add Calendar → Subscribe from web. | ||
</li> | ||
<li> | ||
Thunderbird: Left sidebar → Calendar → "+" to add new → On the | ||
network → This location doesn't require credentials → paste URL → | ||
... . Please set to update infrequently. | ||
</li> | ||
<li> | ||
Zimbra: "Add new calendar" → "Add external calendar | ||
(other)", "iCAL Subscription" → Paste URL → ... . | ||
</li> | ||
</ul> | ||
|
||
<p> | ||
Each of these methods creates a new calendar (that can be | ||
toggled on and off) separate from your primary one. You can | ||
copy single events to your primary calendar by clicking on | ||
them, this will also mark your time as "busy" then. | ||
</p> | ||
|
||
|
||
<h2>How to add events</h2> | ||
|
||
<p> | ||
<a href="https://github.com/coderefinery/calendar">You can add or edit events through this GitHub repository</a>. | ||
</p> | ||
|
||
<hr> | ||
|
||
|
||
<p> | ||
Last update: Sun Oct 27 15:26:29 UTC 2024 (git revision 9da57ca) | ||
</p> |
Oops, something went wrong.