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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / outlook events and Sha...
Power Apps
Unanswered

outlook events and SharePoint list

(0) ShareShare
ReportReport
Posted on by 4

I have a service app to book a machine service, It is setup to add the event to the outlook calendar and and create an entry in a SharePoint list with the details on the form, this entry has a few questions for the engineer to fill in during the service. This all works great for a single event, I have added recurring events option that populates the outlook calendar but I'm not sure how to get recurring events to create multiple entries on the SharePoint list. Form 1 is the data that is passed to the SharePoint list

 

Any help is appreciated

 

BrianMullen_2-1708419896835.png

 

 

 

 

 

BrianMullen_0-1708418845733.png

 

Categories:
I have the same question (0)
  • v-jefferni Profile Picture
    Microsoft Employee on at

    Hi @BrianMullen ,

     

    I don't think it's appropriate to create infinity entries in SharePoint list.

     

    Best regards,

  • BrianMullen Profile Picture
    4 on at

    Hi v-jefferni,

     

    I do not want infinity entries,

     

    For example I want to set up a Monthly TPM on machine 140-2 for the next 6 months, that would be 6 entries to sharepoint and 6 events in outlook  

     

    I can create the 6 entries in outlook with the above but SubmitForm will only create 1 entry to SharePoint I think need to Patch the 6 entries to the SharePoint list but not sure how to Patch just yet.

     

    Thank you

  • mmbr1606 Profile Picture
    14,629 Super User 2026 Season 1 on at

    hey @BrianMullen 

     

    can you please copy paste the code you use here

     

    thanks

  • BrianMullen Profile Picture
    4 on at

    Hi mmbr1606,

     

    This is the code

     

    SubmitForm(Form1) & ResetForm(Form1);
    Office365Outlook.V2CalendarPostItem(
    LookUp(
    Office365Outlook.CalendarGetTables().value,
    DisplayName = "Calendar" || "Kalendar"
    ).Name,

    Dropdown4.Selected.Value & " " & TextMeetingSubject1_1.Text,
    Text(DateAdd(
    DateTimeValue(
    _selectedMeetingTime.StartTime), -TimeZoneOffset(),TimeUnit.Minutes)
    ),
    Text(DateAdd(
    DateTimeValue(
    _selectedMeetingTime.EndTime), -TimeZoneOffset(),TimeUnit.Minutes)

    ),
    {
    TimeZone: "(UTC) Coordinated Universal Time",
    Body: Dropdown4.Selected.Value & " " & "on" &" "& TextMeetingSubject1_1.Text,
    IsHtml:true,
    Location: TextMeetingLocation1_1.Text,
    RequiredAttendees:Concat(MyPeople, UserPrincipalName & ";"),
    Recurrence: Text( Radio2_1.Selected.Value),
    NumberOfOccurrences: Dropdown1_2.Selected.Value
    }
    );

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 356 Most Valuable Professional

#2
11manish Profile Picture

11manish 225 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 211

Last 30 days Overall leaderboard