> 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/20220708-ke-yan-xi-tong-yu-freebsd/events-calendar.md).

# 活动日历

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

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

![活动日历](/files/trTh0u1kjroVMg9Y7gZw)

## EuroBSDCon FreeBSD 开发者峰会

2022 年 9 月 15-16 日

奥地利维也纳

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

## EuroBSDCon 2022

2022 年 9 月 15-18 日

奥地利维也纳

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

## 落基山庆祝计算领域女性 2022

2022 年 9 月 29-30 日

美国科罗拉多州博尔德

落基山庆祝计算领域女性大会（RMCWiC）是一场区域性会议，类似 Grace Hopper 大会，规模较小。RMCWiC 的目标是鼓励当地女性在计算领域的研究与职业兴趣。FreeBSD 基金会期待参与即将到来的活动。

## All Things Open

2022 年 10 月 30 日 - 11 月 2 日

美国北卡罗来纳州罗利

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

## FreeBSD Office Hours

与 FreeBSD 社区成员一起参加 FreeBSD Office Hours。从一般问答到基于主题的演示和教程，Office Hours 是获取 FreeBSD 相关问题答案的好途径。

往期节目可在 FreeBSD YouTube 频道观看。


---

# 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/20220708-ke-yan-xi-tong-yu-freebsd/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.
