---
title: "POST /api/Calendar/v1/ItemRecurrence"
method: POST
path: "/api/Calendar/v1/ItemRecurrence"
tags: ["Calendar"]
---

# POST /api/Calendar/v1/ItemRecurrence

`POST /api/Calendar/v1/ItemRecurrence`

## Request body

- Item6
  - `Id` integer, required
  - `CategoryId` integer, required
  - `Name` string
  - `Description` string
  - `Status` 0 | 1 | 2 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 20 | 21 | 30 | 40, required
  - `LastModifiedBy` integer, required
  - `LastModifiedOn` string, date-time
  - `ShowArchives` boolean, required
  - `ShowInRssFeed` boolean, required
  - `EventStart` string, date-time
  - `EventEnd` string, date-time
  - `Details` string
  - `WhenActive` string, date-time
  - `WhenExpired` string, date-time
  - `Address1` string
  - `Address2` string
  - `City` string
  - `State` string
  - `Zip` string
  - `EventLocation` string
  - `EventTimes` string
  - `EventCost` string
  - `IsFeatured` boolean, required
  - `IsHandicapAccessible` 0 | 1 | 2, required
  - `MapLinkIsShown` boolean, required
  - `MapOpensInNewWindow` boolean, required
  - `ContactEmail` string
  - `ContactEmailLinkText` string
  - `ContactPhoneNumber` string
  - `AltUrlLink` string
  - `AltUrlDisplayText` string
  - `AltUrlLinkOpensInNewWindow` boolean, required
  - `AgendaUrlLink` string
  - `AgendaUrlLinkOpensInNewWindow` boolean, required
  - `ResourceID` integer, required
  - `IsCalendarFeatured` boolean, required
  - `ShowInWidget` boolean, required
  - `IsAda` integer, required
  - `ImageAltText` string
  - `ImageFileName` string
  - `FolderPath` string
  - `Image` string
  - `NotifyMePopup` Popup3
    - `SendType` 0 | 1 | 2 | 3, required
    - `Comments` string
    - `SmsComments` string
    - `TxtSubject` string
    - `SendBeforeDays` integer
    - `IncludeStatusInEmailSubject` boolean, required
    - `IncludeLinkIntoSms` boolean, required
    - `SendOptions` SendType[]
  - `CalendarEventsRecurrencePatternId` integer
  - `RelatedCalendarIDs` integer[]
  - `RelatedCalendarNames` string
  - `EventRecurrencePattern` EventRecurrence
    - `Id` integer, required
    - `StartDate` string, date-time, required
    - `EndDate` string, date-time
    - `StartTime` string, date-time, required
    - `EndTime` string, date-time, required
    - `LengthOfEvent` integer, required
    - `EndAfterNumOccurrences` integer
    - `LastModifiedDate` string, date-time, required
    - `CreatedDate` string, date-time, required
    - `LastModifiedBy` integer, required
    - `CreatedBy` integer, required
    - `RecurrenceType` 0 | 1 | 2 | 3, required
    - `RecurrenceEnd` 0 | 1, required
    - `RecurRate` integer
    - `RecurrenceSubType` 0 | 1, required
    - `DayOfMonth` integer
    - `DaysOfWeek` 1 | 2 | 4 | 16 | 32 | 64 | 128 | 256, required
    - `WeekOfMonth` 1 | 2 | 3 | 4 | 5
    - `DayOfWeek` 0 | 1 | 2 | 3 | 4 | 5 | 6
    - `MonthOfYear` integer
  - `ActionMenuEnum` ActionMenuItem[]

## Response `201`

Created

- Item6
  - `Id` integer, required
  - `CategoryId` integer, required
  - `Name` string
  - `Description` string
  - `Status` 0 | 1 | 2 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 20 | 21 | 30 | 40, required
  - `LastModifiedBy` integer, required
  - `LastModifiedOn` string, date-time
  - `ShowArchives` boolean, required
  - `ShowInRssFeed` boolean, required
  - `EventStart` string, date-time
  - `EventEnd` string, date-time
  - `Details` string
  - `WhenActive` string, date-time
  - `WhenExpired` string, date-time
  - `Address1` string
  - `Address2` string
  - `City` string
  - `State` string
  - `Zip` string
  - `EventLocation` string
  - `EventTimes` string
  - `EventCost` string
  - `IsFeatured` boolean, required
  - `IsHandicapAccessible` 0 | 1 | 2, required
  - `MapLinkIsShown` boolean, required
  - `MapOpensInNewWindow` boolean, required
  - `ContactEmail` string
  - `ContactEmailLinkText` string
  - `ContactPhoneNumber` string
  - `AltUrlLink` string
  - `AltUrlDisplayText` string
  - `AltUrlLinkOpensInNewWindow` boolean, required
  - `AgendaUrlLink` string
  - `AgendaUrlLinkOpensInNewWindow` boolean, required
  - `ResourceID` integer, required
  - `IsCalendarFeatured` boolean, required
  - `ShowInWidget` boolean, required
  - `IsAda` integer, required
  - `ImageAltText` string
  - `ImageFileName` string
  - `FolderPath` string
  - `Image` string
  - `NotifyMePopup` Popup3
    - `SendType` 0 | 1 | 2 | 3, required
    - `Comments` string
    - `SmsComments` string
    - `TxtSubject` string
    - `SendBeforeDays` integer
    - `IncludeStatusInEmailSubject` boolean, required
    - `IncludeLinkIntoSms` boolean, required
    - `SendOptions` SendType[]
  - `CalendarEventsRecurrencePatternId` integer
  - `RelatedCalendarIDs` integer[]
  - `RelatedCalendarNames` string
  - `EventRecurrencePattern` EventRecurrence
    - `Id` integer, required
    - `StartDate` string, date-time, required
    - `EndDate` string, date-time
    - `StartTime` string, date-time, required
    - `EndTime` string, date-time, required
    - `LengthOfEvent` integer, required
    - `EndAfterNumOccurrences` integer
    - `LastModifiedDate` string, date-time, required
    - `CreatedDate` string, date-time, required
    - `LastModifiedBy` integer, required
    - `CreatedBy` integer, required
    - `RecurrenceType` 0 | 1 | 2 | 3, required
    - `RecurrenceEnd` 0 | 1, required
    - `RecurRate` integer
    - `RecurrenceSubType` 0 | 1, required
    - `DayOfMonth` integer
    - `DaysOfWeek` 1 | 2 | 4 | 16 | 32 | 64 | 128 | 256, required
    - `WeekOfMonth` 1 | 2 | 3 | 4 | 5
    - `DayOfWeek` 0 | 1 | 2 | 3 | 4 | 5 | 6
    - `MonthOfYear` integer
  - `ActionMenuEnum` ActionMenuItem[]

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.dev/steamboatsprings/apis/civicplus-api-documentation.md) · [All operations](https://skmtc.dev/steamboatsprings/apis/civicplus-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/steamboatsprings/civicplus-api-documentation/revisions/837d2544302f/schema)
