> 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/20220506-zai-nan-hui-fu/events-calendar.md).

# 活动日历

* 原文：[Events Calendar](https://freebsdfoundation.org/wp-content/uploads/2022/06/events_calendarnew.pdf)
* 作者：**Anne Dickison**

截至 2022 年 11 月的 BSD 活动。如发现此处未列出的 FreeBSD 相关活动或对 FreeBSD 用户有益的活动，请将详情发送至 <freebsd-doc@FreeBSD.org>。

## SCALE 19x

2022 年 7 月 28-31 日

美国加州洛杉矶

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

SCaLE 是北美规模最大的社区主办的开源和自由软件大会。

* 7 月 29 日（星期五）参加 Roller Angel 的 FreeBSD 工作坊
* 7 月 29-31 日前往基金会 502 号展位参观
* 使用代码 BSD 可享受 50% 注册折扣

## EuroBSDCon FreeBSD 开发者峰会

2022 年 9 月 15-16 日

奥地利维也纳

<https://wiki.freebsd.org/DevSummit/202209>

欢迎参加第一天的演讲与讨论小组，第二天为黑客马拉松。CFP（征稿）已开放。

## EuroBSDCon 2022

2022 年 9 月 15-18 日

奥地利维也纳

<https://2022.eurobsdcon.org>

这场年度大会是了解 BSD 世界最新动态的绝佳机会。

## All Things Open

2022 年 10 月 30 日 - 11 月 2 日

美国北卡罗来纳州罗利

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

All Things Open 是美国东海岸规模最大的开源/开放技术/开放网络大会，也是全美规模最大的之一。它定期邀请一些世界上最知名的专家，还有几乎所有主要科技公司。FreeBSD 很荣幸成为今年 All Things Open 的媒体合作伙伴。

## 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/20220506-zai-nan-hui-fu/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.
