> For the complete documentation index, see [llms.txt](https://freebsd-journal-cn.bsdcn.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://freebsd-journal-cn.bsdcn.org/20211112-cun-chu/events-calendar.md).

# 活动日历

* 原文链接：[Events Calendar](https://freebsdfoundation.org/our-work/journal/browser-based-edition/storage-2/events-calendar/)
* 作者：**ANNE DICKISON**

截至 2022 年 3 月的 BSD 活动。请将未在此处列出的任何 FreeBSD 相关活动或对 FreeBSD 用户有意义的活动详情发送至 <freebsd-doc@FreeBSD.org>。

## FOSDEM 2022

2 月 5-6 日

线上

<https://fosdem.org/2022/>

FOSDEM 是由志愿者组织的为期两天的活动，旨在推广自由和开源软件的广泛使用。FOSDEM 于 2022 年 2 月 5-6 日举行，为开源和自由软件开发者提供见面、分享想法和协作的场所。活动以高度面向开发者而闻名，汇聚来自全球的 8000 多名开发者。本届大会将再次以线上形式举办。

## SCALE 19x

3 月 3-6 日

美国加州帕萨迪纳

<https://www.socallinuxexpo.org/scale/19x>

第 19 届年度南加州 Linux 博览会（SCALE 19x）将于 2022 年 3 月 3-6 日在帕萨迪纳会议中心举行。SCALE 是北美最大的社区运营开源和自由软件大会，每年在大洛杉矶地区举办。

## FreeBSD Fridays

<https://freebsdfoundation.org/freebsd-fridays/>

2022 年初将有新一期 FreeBSD Fridays，敬请关注。往期 FreeBSD Fridays 内容可在以下地址查看：<https://freebsdfoundation.org/freebsd-fridays/>

## FreeBSD Office Hours

<https://wiki.freebsd.org/OfficeHours>

与 FreeBSD 社区成员一起参加 FreeBSD Office Hours。从综合问答到基于主题的演示和教程，Office Hours 是解答你 FreeBSD 相关问题的好去处。

往期内容可在 FreeBSD YouTube 频道查看：<https://www.youtube.com/c/FreeBSDProject>。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://freebsd-journal-cn.bsdcn.org/20211112-cun-chu/events-calendar.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
