Hello Masters,
I am trying to connect JIRA calender service to add / update / get events. For that i am using the below API but i am getting the below error.
API : https://<<host>>/wiki/rest/calendar-services/1.0/calendar/events.json
Curl Command:
curl -u "<user>:<API Token>" -X PUT "https://<host>/wiki/rest/calendar-services/1.0/calendar/events.json" -H "Content-Type: application/json" -d "{\"editAllInRecurrenceSeries\": \"true\", \"subCalendarId\": \"cb029ea4-ca9e-47e4-89dc-838d99d239e8\", \"eventType\": \"other\", \"startDate\": \"Dec 5, 2024\", \"startTime\": \"1:00 PM\", \"endDate\": \"Dec 5, 2024\", \"endTime\": \"2:00 PM\", \"what\": \"Test Jira Sync 1\", \"userTimeZoneId\": \"Europe/Berlin\"}"
ERROR: "Unable to create resource class com.atlassian.confluence.api.service.apilayer.teamcalendars.internalresources.param.UpdateEventParam"
can anyone help me to solve the issue? Thanks in advance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.