#1171: Integration with #1275

This commit is contained in:
Fabrice Mouhartem 2023-11-02 11:42:45 +01:00
parent a56b3ace7a
commit a6c01f5b7c
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ define([
};
var newEvent = function (event, cb) {
var reminders = APP.notificationsEntries;
var eventBody = APP.description;
var eventBody = APP.eventBody;
var startDate = event.start._date;
var endDate = event.end._date;