We are editing the meeting from agent
When meeting gets booked, lets say 10:00 AM - 11:00 AM. Now reschedule this meeting to 10:00 AM - 10:30 AM, Book a new meeting from 10:30 AM - 11:30 AM. This new meeting gets declined automatically.
After rescheduling the first meeting, when Free availability time gets checked from notes, it shows 10:00 AM 11:00 AM instead 10:00 AM - 10:30 AM i.e. room is unavailable so it gets declined but it is available from the resource calendar.
When meeting gets edited from the notes, it works fine so i don’t think that ACL is the issue over here.
We have tried the following options to update busy time but the issue still remains.
Call doc.REPLACEITEMVALUE(“$BusyPriority”, “2”)
Call doc.REPLACEITEMVALUE(“$CSVersion”, “2”)
Call doc.REPLACEITEMVALUE(“SequenceNum”, “1”)
Call doc.REPLACEITEMVALUE(“$SMTPKeepNotesItems”, “1”)
Call doc.REPLACEITEMVALUE(“$NoPurge”, tempvariant)
Call doc.REPLACEITEMVALUE(“_ViewIcon”, “0”)
Call doc.REPLACEITEMVALUE(“WebDateTimeInit”, “1”)
Call doc.REPLACEITEMVALUE(“CalendarDateTime”, startDateTime)
Call doc.REPLACEITEMVALUE(“$PublicAccess”, “1”)
Call doc.REPLACEITEMVALUE(“BookFreeTime”, “1”)
Call doc.REPLACEITEMVALUE(“Broadcast”, “”)
Call doc.REPLACEITEMVALUE(“IsBroadcast”, “0”)
Call doc.REPLACEITEMVALUE(“Resources”, “”)
Call doc.REPLACEITEMVALUE(“UpdateSeq”, “1”)
Please let me know, if we miss any parameter or configured any wrong parameter?
We have also tried to update busytime with the NoticeType parameter (I,U,A,R,S,P almost every one of them)
This is getting very critical for us, we are on this from last 15 days but no luck till now so your guidance/suggestions are appreciated.