> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Calendar and todo list

> Working with the SuperOffice diary and follow-ups in CRMScript.

<Note>
  It is important to understand the distinction between **activities** and **follow-ups**.

  When you get data from the [appointment table][4] or use the CRMScript [NSAppointment class][5], pay attention to the **type** field.
</Note>

## Follow-ups

* [Create appointment][6]
* [Get appointment][7]
* [Update and delete appointment][8]
* [Book a resource][9]
* [Register incoming call][15]
* [Plan outgoing call][16]
* [Working with to-dos][17]

## Recurrence

* [View recurrence info of a follow-up][10]
* [Get follow-ups belonging to a series][11]
* [Create repeating follow-ups][12]
* [Edit repeating follow-ups][13]
* [Stop repeating follow-ups][14]

## Meeting invitations

**The host:**

* [Create invitation][1]
* [Track responses][2]

**The attendee:**

* [Show follow-ups you are invited to][3]
* [Accept invitation][3]

[1]: ./create-invitation

[2]: ./track-responses

[3]: ./accept-invitation

[4]: ../../../../database/tables/appointment

[5]: /en/automation/crmscript/reference/CRMScript.NetServer.NSAppointment

[6]: ./create-appointment

[7]: ./get-appointment

[8]: ./update-appointment

[9]: ./book-resource

[10]: ./get-recurrence-info

[11]: ./get-appointments-in-series

[12]: ./create-recurring-appointment

[13]: ./update-recurrence

[14]: ./stop-recurrence

[15]: ./register-incoming-call

[16]: ./plan-outgoing-call

[17]: ./task


## Related topics

- [Todo list](/en/automation/crmscript/howto/diary/task.md)
- [Diary](/en/diary/learn/index.md)
- [Working with follow-ups (appointments) in API](/en/diary/dev/index.md)
- [Follow-ups](/en/diary/learn/follow-ups.md)
- [Preference section Visual](/en/admin/user-preferences/reference/visual.md)
- [Enum ReportLayout](/en/automation/crmscript/reference/CRMScript.NetServer.ReportLayout.md)
