---
title: "Codeunit 2160 Calendar Event Mangement"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/2160-calendar-event-mangement/
type: codeunit
id: 2160
name: "Calendar Event Mangement"
app: "Base Application"
versions: "17-26"
build: 26.5.38752.40541
obsolete: "Pending 24.0"
checked: 2026-09-20
subject: "Microsoft Dynamics 365 Business Central"
license: "Content © 2026 Jonas Paprotka. Quote freely with attribution and a link."
---

# Codeunit 2160 Calendar Event Mangement

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/2160-calendar-event-mangement/

| | |
| --- | --- |
| App | Base Application |
| Versions | 17-26 |
| Obsolete | Pending 24.0, seen from 24. Invoicing |
| Source file | Invoicing/CalendarEventMangement.Codeunit.al |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| CreateCalendarEvent | (Date, Text[100], Integer, RecordId, Boolean) | Integer | public | 17-26 | Pending 24.0 | Invoicing |
| CreateCalendarEventForCodeunit | (Date, Text[100], Integer) | Integer | public | 17-26 | Pending 24.0 | Invoicing |
| QueueBackgroundSystemEvent | (Text[100], Integer, RecordId) | Integer | public | 17-26 | Pending 24.0 | Invoicing |
| CreateOrUpdateJobQueueEntry | (Record Calendar Event) | - | public | 17-26 | Pending 24.0 | Invoicing |
| DescheduleCalendarEvent | (var Record Calendar Event) | - | public | 17-26 | Pending 24.0 | Invoicing |
| DescheduleCalendarEventForCodeunit | (Integer) | - | public | 17-26 | Pending 24.0 | Invoicing |
| FindJobQueue | (var Record Job Queue Entry) | Boolean | public | 17-26 | Pending 24.0 | Invoicing |
| SetJobQueueOnHold | (var Record Job Queue Entry) | - | public | 17-26 | Pending 24.0 | Invoicing |
| UpdateJobQueue | (var Record Job Queue Entry) | - | public | 17-26 | Pending 24.0 | Invoicing |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnBeforeFindOrCreateJobQueue | (var Record Job Queue Entry, var Boolean) | 21-26 | Pending 24.0 | Invoicing |
| Integration event | OnBeforeSetNextJobQueueRunDate | (var Record Job Queue Entry, Date, var Boolean) | 21-26 | Pending 24.0 | Invoicing |
| Integration event | OnBeforeSetJobQueueOnHold | (var Record Job Queue Entry, var Boolean) | 21-26 | Pending 24.0 | Invoicing |
| Integration event | OnBeforeUpdateJobQueueWithSuggestedDate | (var Record Job Queue Entry, Record Calendar Event, var Boolean) | 21-26 | Pending 24.0 | Invoicing |

## Source

Symbols: Microsoft.BaseApplication.symbols.437dbf0e-84ff-417a-965d-ed2bb9650972, https://dynamicssmb2.pkgs.visualstudio.com/DynamicsBCPublicFeeds/_packaging/MSSymbols/nuget/v3/index.json, highest build per major on 2026-09-20.

Jonas Paprotka, 2026-09-20.
