> 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/20230304-qian-ru-shi/events-calendar.md).

# 活动日历

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

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

## 2023 年 5 月 FreeBSD 开发者峰会

2023 年 5 月 17-18 日

加拿大渥太华

<https://wiki.freebsd.org/DevSummit/202305>

来参加 2023 年 5 月 FreeBSD 开发者峰会吧，它将与 BSDCan 2023 同地举办，地点在加拿大渥太华。这次为期两天的活动于 2023 年 5 月 17-18 日举行，内容包括开发者讨论会、供应商演讲和工作组。参会费 75 美元，须通过 BSDCan 2023 报名系统注册。

## BSDCan 2023

2023 年 5 月 17-20 日

加拿大渥太华

<https://www.bsdcan.org/2023/>

BSDCan 是一场面向 BSD 操作系统及相关项目工作者和用户的技术大会。它是一场开发者大会，重点关注新兴技术、研究项目和进行中的工作。它也涉及 Userland 基础设施项目，欢迎自由软件开发者和商业供应商来稿。

## FOSSY 2023

2023 年 7 月 13-16 日

美国俄勒冈州波特兰

<https://2023.fossy.us/>

作为一项全新活动，FOSSY 致力于成为一个聚焦社区的会议，把本地开源社区以及更广阔的全球自由开源软件社区汇聚在一起。FreeBSD 基金会很高兴在会上举办一场 FreeBSD 入门工作坊。


---

# 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/20230304-qian-ru-shi/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.
