> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.gohandy.us/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# Set up recurring patterns

In this article, we'll help you create and set up recurring patterns for your visits.

| Here are some examples:

### For a visit that happens every two weeks:

Here's an example for Mondays, every two weeks:

FREQ=WEEKLY;BYDAY=MO;INTERVAL=2;

You can change MO (Monday) to any other day of the week.


### For a visit that happens once a month, on the first Monday of each month:

FREQ=MONTHLY;INTERVAL=1;BYDAY=MO;BYSETPOS=1;

BYDAY indicates the day of the week, allowing you to change it to the first Monday, First Tuesday, First Thursday, and so on.

BYSTEPOS indicates the day's location at a specific time of the month. You can change it so that it's the second Monday, second Thursday, third Wednesday, etc.


Days of the week for recurring patterns:
* MO = Monday
* TU = Tuesday
* WE = Wednesday
* TH = Thursday
* FR = Friday
* SA = Saturday
* SU = Sunday

You can click on the following link to generate formulas automatically:

[https://www.textmagic.com/free-tools/rrule-generator](https://www.textmagic.com/free-tools/rrule-generator)

Remember, you can always reach out on the chat and we'll be happy to help you! 😎