> 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/20220304-arm64-shi-yi-ji-jia-gou/events-calendar.md).

# 活动日历

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

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

## BSDCan 2022

2022 年 6 月 1-4 日

线上

BSDCan 是一场为从事 BSD 操作系统及相关项目开发与使用的人举办的技术大会。它是一场开发者大会，重点关注新兴技术、研究项目和进行中的工作。它也涵盖用户态基础设施项目，并邀请自由软件开发者和商业供应商人士参与贡献。

## 2022 FreeBSD 开发者峰会

2022 年 6 月 16-17 日

线上

欢迎参加 2022 年 6 月线上 FreeBSD 开发者峰会。活动为线上半天会议，于 2022 年 6 月 16-17 日举行。免费参加，但我们请你通过会议系统注册以获得会议室访问权限。除开发者讨论环节外，我们还会安排供应商演讲。

## SCALE 19x

2022 年 7 月 28-31 日

美国加州洛杉矶

SCaLE 是北美规模最大的社区主办的开源和自由软件大会，每年在大洛杉矶地区举行。Roller Angel 也会在会议期间主持一场 FreeBSD 工作坊。

## FreeBSD Fridays

敬请关注新节目。

往期 FreeBSD Fridays 节目可访问：<https://freebsdfoundation.org/freebsd-fridays/>

## FreeBSD Office Hours

加入 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/20220304-arm64-shi-yi-ji-jia-gou/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.
