Public
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Unable to create message (occasions) with past time in start_time

I am trying to create / edit a occasion with new times. New times can be past one. 

here is the example request:

fetch("/api/2.0/messages/<message-id>", { 
 method: "PUT",
 headers: { 
   "Content-Type":"application/json"
 },

  body: JSON.stringify({ 
        type:"message",
        subject:" test updating message",

          occasion_data: {
                "start_time":moment().sub(1,"hour").toISOString()
          }
            
    })

 }).then(r => r.json()).then(console.log).catch(console.log)

Same applied for post request while creating. 

2 Replies 2
Khoros Alumni (Retired)

Hi @vamshi9666. Are you getting any specific error with your request? @SohilM is creating a new occasion (event) with a start time that has already passed supported? @JavidH @RyanPi do either of you have any insight here?

Former Developer Experience Program Manager for Khoros. Please post in the Developer Discussion Forum if you have questions about the Khoros APIs.
Lithium Alumni (Retired)

@vamshi9666 We currently do not support creating events with a past start time. Can you please let us know your use case here? 

Welcome to the Technology board!

Curious about our platform? Looking to connect on social technology? You've come to the right place!

Are you a Khoros customer? For direct assistance from our Support team, please visit the Support Forum.