[Bugs] Various errors in the API
1: See image. My calendar is called: "Kalender für Homepage".
I have 2 test calendar entries in it. E.g. "test-voll-titel".
If I now edit a calendar entry, the calendar name is changed and not the calendar entry.
New name: "test-voll-titel-NEU"
- Array
(
[calendarData] => {"name":"test-voll-titel-NEU","color":"#101010","textcolor":"#FFFFFF","include_infreebusy":true,"timezone":"Europe\/Berlin","description":"test-ort","private":"enable","visibility":true,"public":"freebusy","reminders":[{"action":"email","minutes":15}]}
)
Bug 2:
"Description" is not delivered via the API.
The full response
[1] => Array
(
[reminders] => Array
(
[0] => Array
(
[minutes] => -15
[action] => email
)
[1] => Array
(
[minutes] => +15
[action] => email
)
)
[enable_eventmanagement] =>
[role] => organizer
[color] =>
[orgDName] => daniel********
[calid] => 2123051000000002003
[has_attachment] => 1
[title] => test-voll-titel
[calendar_alarm] =>
[duration] => 86400000
[uid] => a2e838ce2***************b0500b8@zoho.eu
[createdby] => daniel**********@web.de
[etype] => EVENT
[attach] => Array
(
[0] => Array
(
[fileName] => 2023-02-07 17_46_51-Window.png
[size] => 52423
[contentType] => image/png
[fileId] => 1721936039628000001
)
[1] => Array
(
[fileName] => CAD.pdf
[size] => 285879
[contentType] => application/pdf
[fileId] => 1721936964547000001
)
)
[isApproved] => 1
[viewEventURL] => https://calendar.zoho.eu/zc/viewevent/9a8afc14c1564**********8e_EIDa2e838ce24f0459a8468e2b7db0500b8@zoho.eu
[dateandtime] => Array
(
[start] => 20240805
[end] => 20240806
)
[lastmodifiedtime] => 20240804T185605Z
[isprivate] =>
[rsvpStatus] => 0
[createdtime_millis] => 1721848066633
[createdtime] => 20240724T190746Z
[url] => https://calendar.zoho.eu/zc/viewevent/9a8afc14c15************Da2e838ce24f0459a8468e2b7db0500b8@zoho.eu
[user_timezone] => Europe/Berlin
[notifyType] => 0
[estatus] => added
[organizer] => daniel*****r@web.de
[isallday] => 1
[transparency] => 0
[location] => test-ort
[modifiedby] => daniel*****@web.de
[etag] => 1722****65093
[caluid] => 9a8afc*********a7943c0db28e
[multiday] =>
[allowForwarding] =>
)
)