View Issue Details

IDProjectCategoryView StatusLast Update
0004135SOGoBackend Calendarpublic2017-04-07 17:52
Reporterluca93 Assigned To 
PriorityimmediateSeverityminorReproducibilityalways
Status newResolutionopen 
Platform[Server] LinuxOSDebianOS Version8 (Jessie)
Product Version3.2.8 
Summary0004135: Conflicts on Thursday, January 01, 1970 01:00 CET when inserting attendees
Description

Inserting a new event using a json object it returns always conflicts on attendees on the epoch date

Steps To Reproduce

Inserting as attendee another sogo user generates the conflics even if the we try a empty date

Additional Information

Sample of return message :
{
"message": {
"attendee_name": "Name Surname",
"attendee_email": "attendee@email.com",
"conflicts": [
{
"endDate": "Giovedi, Gennaio 01, 1970 01:00 CET",
"startDate": "Giovedi, Gennaio 01, 1970 01:00 CET"
},
{
"endDate": "Giovedi, Gennaio 01, 1970 01:00 CET",
"startDate": "Giovedi, Gennaio 01, 1970 01:00 CET"
},
{
"endDate": "Giovedi, Gennaio 01, 1970 01:00 CET",
"startDate": "Giovedi, Gennaio 01, 1970 01:00 CET"
},
{
"endDate": "Giovedi, Gennaio 01, 1970 01:00 CET",
"startDate": "Giovedi, Gennaio 01, 1970 01:00 CET"
},
{
"endDate": "Giovedi, Gennaio 01, 1970 01:00 CET",
"startDate": "Giovedi, Gennaio 01, 1970 01:00 CET"
}
]
}
}

TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2017-04-07 17:20 luca93 New Issue
2017-04-07 17:52 ludovic Severity block => minor