---
id: "SimpleCalendar.api.NoteRepeat"
title: "Enumeration: NoteRepeat"
sidebar_label: "NoteRepeat"
custom_edit_url: null
pagination_next: null
pagination_prev: null
---

[SimpleCalendar](../namespaces/SimpleCalendar.md).[api](../namespaces/SimpleCalendar.api.md).NoteRepeat

The different intervals a note can repeat

## Enumeration Members

### Monthly

• **Monthly** = ``2``

The note will repeat every month on the same days

___

### Never

• **Never** = ``0``

The note will never repeat

___

### Weekly

• **Weekly** = ``1``

The note will repeat every week

___

### Yearly

• **Yearly** = ``3``

The note will repeat every year on the same days
