> For the complete documentation index, see [llms.txt](https://kilavuz.cubicl.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kilavuz.cubicl.io/kullanici-sayfalari/takvimim.md).

# Takvimim

Navigasyon menüsünde yer alan [Takvimim sayfasında](https://cubicl.io/calendar) farklı projelerde görevli olduğunuz, oluşturduğunuz ya da takip ettiğiniz görevleri **Ay, Hafta, Gün** ve **Liste** görünümünde görüntüleyebilirsiniz. Dahil olmadığınız görevleri **görüntüleyemezsiniz**.

**Gösterim Şekli** alanından görevleri sadece bitiş tarihine göre, sadece başlangıç tarihine göre ve görev süresine göre listeyebilirsiniz.

**Lejant** alanından takvimde görüntülemek istediğiniz görevlerin bulunduğu projeleri seçebilirsiniz.

![Takvimim Genel Görünüm](/files/8FpFbD13K8MhpAz8OLuD)

### Takvim'de Görev Oluşturma

Yeni bir takvim etkinliği oluşturmak için **"Oluştur"** butonunu kullanabilir veya takvim üzerinde boş bir güne tıklayabilirsiniz. Tıkladığınız zamanda takvim etkinliği oluşturmak için şöyle bir form çıkacaktır:

<img src="/files/-MSyCniHhEK-1m-rduCn" alt="Takvim&#x27;de Görev Oluşturma" width="563">

Takvim etkinliği oluşturmak için görevi oluşturmak istediğiniz projeyi seçmeniz ve görev adını girmeniz yeterlidir. İsterseniz diğer detayları da ekleyebilirsiniz.

### Takvim'deki Görevi Düzenleme <a href="#takvimde-gorev-duzenleme" id="takvimde-gorev-duzenleme"></a>

Düzenlemek istediğiniz etkinliğe takvimde tıklayın. Düzenleme formu açılacaktır. Bunun dışında takvim üzerinde etkinlikleri diğer günlere tutup sürükleyebilirsiniz.


---

# 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://kilavuz.cubicl.io/kullanici-sayfalari/takvimim.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.
