> 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/20210102-an-li-yan-jiu/events-calendar.md).

# 活动日历

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

截至 2021 年 3 月的 BSD 活动。请将未在此处列出的任何 FreeBSD 相关活动或对 FreeBSD 用户有意义的活动详情发送至 <freebsd-doc@FreeBSD.org>。

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

## APRICOT

3 月 1-4 日

线上

<https://apricot2021.apricot.net/>

作为亚太地区规模最大的国际互联网大会，亚太地区互联网运营技术会议（APRICOT）汇聚来自 50 多个国家的全球顶尖互联网工程师、运营者、研究人员、服务提供商、用户和政策社区，共同教学、展示并建立人际网络。这场为期十天的峰会包含研讨会、工作坊、教程、会议演讲、自由讨论（BOF）等环节，旨在传播和分享在亚太地区运营互联网所需的知识。今年的会议将在线上举办。

## FOSSASIA

3 月 13-21 日

线上

<https://summit.fossasia.org/>

加入 FreeBSD 基金会，参加 2021 年 FOSSASIA 线上峰会。会议于 2021 年 3 月 13-21 日举办，FOSSASIA 让你有机会了解开源技术，并与全球自由开源软件（FOSS）和开源硬件项目的顶尖开发者及技术人员交流。注册免费。

## FreeBSD Fridays

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

下一期 FreeBSD Fridays 将于 3 月 26 日举办。往期 FreeBSD Fridays 内容可在以下地址查看：<https://freebsdfoundation.org/freebsd-fridays/>

## FreeBSD Office Hours

<https://wiki.freebsd.org/OfficeHours>

与 FreeBSD 社区成员一同参加 FreeBSD Office Hours。从综合问答到基于主题的演示和教程，Office Hours 是解答你 FreeBSD 相关问题的好去处。3 月 17 日将有一场 FreeBSD Core Team Office Hours 专场。

往期内容可在 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/20210102-an-li-yan-jiu/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.
