> 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/20201112-gong-zuo-liu-chi-xu-ji-cheng-ci/events-calendar.md).

# 活动日历

截至 2021 年 3 月的 BSD 活动

* 作者：**ANNE DICKISON**

如未在此处列出的 FreeBSD 相关活动或对 FreeBSD 用户有意义的活动，请将详情发送至 <freebsd-doc@FreeBSD.org>。

使用支持 iCalendar 格式的日程管理软件的用户可订阅 FreeBSD 活动日历，其中包含此处列出的所有活动。

## FOSDEM 2021

2 月 6–7 日

线上

FOSDEM 于 2021 年 2 月 6–7 日举行，为开源与自由软件开发者提供交流、分享想法与协作的场所。活动以高度开发者导向著称，汇聚来自世界各地的 8000 多名极客。今年转为线上举办。详情可在此处查看。

## APRICOT 2021

3 月 1–4 日

线上

作为亚太地区规模最大的国际互联网大会，亚太地区互联网运营技术大会（APRICOT）吸引来自 50 多个国家的众多顶尖互联网工程师、运营商、研究人员、服务提供商、用户与政策社区成员，前来教学、演讲并进行人际交流。为期十天的峰会包含研讨会、工作坊、教程、会议演讲、自由讨论（BOF）等多种形式，旨在传播并分享亚太地区运营互联网所需的知识。今年转为线上举办。

APRICOT 也是与会者和赞助商聆听并参与当前及未来互联网网络技术与趋势讨论的宝贵机会。详情可在此处查看。

## FreeBSD Fridays

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

将于 2021 年 1 月 29 日恢复。 过往 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/20201112-gong-zuo-liu-chi-xu-ji-cheng-ci/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.
