> 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/20220910-an-quan-xing/events-calendar.md).

# 活动日历

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

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

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

## 2022 年 11 月 FreeBSD 供应商峰会

2022 年 11 月 3-4 日

线上

欢迎参加 2022 年 11 月线上 FreeBSD 供应商峰会。活动为线上半天会议。除供应商演讲外，我们还设有讨论环节和独立的 hallway track。供应商峰会由 FreeBSD 基金会赞助。

## FOSDEM 2023

2023 年 2 月 4-5 日

比利时布鲁塞尔

FOSDEM 是由志愿者组织的为期两天的活动，旨在推动自由和开源软件的广泛应用。活动为开源和自由软件开发者提供相聚、交流想法、协作的平台。FOSDEM 以高度开发者导向著称，汇聚来自世界各地的 8000 多名开发者。

## 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/20220910-an-quan-xing/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.
