web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Create Event V4 The sp...
Power Automate
Unanswered

Create Event V4 The specified object was not found in the store

(4) ShareShare
ReportReport
Posted on by 8

Hi,

 

I have a Flow will create email and event for calendar. This flow is triggered in Power Apps.

When I use connection account like "A" to run in Power Apps and trigger the flow, the flow create email and event is working fine.

But once I use other user account like "B" to run in Power Apps and trigger the flow, the flow to create email is fine, but the create event calendar will hit 404 "The specified object was not found in the store". Could you advise is there any permission or connection setting required to allow other user account to create event calendar.

Below screenshot fyr and please let me know if there is any additional information.

Thanks.

 

Thank you very much.

 

beeng_0-1633950236164.png

 

Categories:
I have the same question (0)
  • Interloperok Profile Picture
    18 on at

    Hi, @beeng !


    I have exactly the same problem.

  • GSM199 Profile Picture
    5 on at

    Hi, @beeng 

    Same here. 
    I have a power automate connector with the calendars owner account logged in and always get that exact error. 


  • mmangiante Profile Picture
    304 on at

    Hello @beeng 

    same error but not in the create event, only in get events and when I try to delete the event.

  • GSM199 Profile Picture
    5 on at

    Hi, @beeng 
    On my case, the flow with these Create Event V4 that doesn't work it's huge.
    So i tried to make a go around with a small flow. 
    If the flow is small, Create Event V4 works perfectly.

    This isn't a very good solution, because at the end i have 2 flows, the main one and the create event one.

    I hope that MSFT will look into this issue. I've even remade my main flow from scratch to see if it was some kind of bug, but same output.

  • Community Power Platform Member Profile Picture
    on at

    If you're still experiencing this issue, I resolved this by removing the existing calendar id and selecting the new connections calendar

  • RicardoSantos Profile Picture
    2 on at

    I have the same issue. Did anybody find a solution for that ?

  • mrivera Profile Picture
    2 on at

    What is the new connections calendar? 

  • camilo1292 Profile Picture
    21 on at

    Hello, I had the same problem and the error was in the calendar id... When you share the flow with other users, copy your calendar id, so in my case I solved the problem by creating the code within the same power app defining the calendar ID and creating a variable.

     

    Set(
    IDcalendarioUS;
    LookUp(
    Office365Outlook.CalendarGetTables().value;
    DisplayName = "Calendario"
    ).Name
    );;
    Office365Outlook.V4CalendarPostItem(
    IDcalendarioUS;
    DataCardValue1.Text;
    Text('Hora inicio conver');
    Text('Hora fin conver');
    "(UTC-04:00) Santiago";
    {
    requiredAttendees: Concat(
    DataCardValue3.SelectedItems;
    Email;
    ";"
    );
    optionalAttendees: Text(
    DataCardValue4;
    ";"
    );
    body: DataCardValue1.Text;
    location: DataCardValue2.Selected.Value;
    importance: "normal"
    }
    );;

    Additionally, in my case I had to make a transformation of the date and time format so that the event could be created in the calendar.

     

    Text(DateTimeValue('Hora de finalización'.Text);"yyyy-mm-dd HH:mm")

     

    Best Regards

     

  • PowerUser19 Profile Picture
    215 on at

    This worked for me. Thank you 🙂

     

  • mlopez_nevian Profile Picture
    2 on at

    Hi,

    I discovered a workaround by utilizing the "Get Calendars" connector. Subsequently, through a conditional statement, I verify the calendar name. Following this, I employ "Create Event V4" and select the ID retrieved from the "Get Calendars" connector.

     

    I hope this proves to be helpful.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 519 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 296 Moderator

#3
abm abm Profile Picture

abm abm 232 Most Valuable Professional

Last 30 days Overall leaderboard