Skip to main content

Notifications

Power Apps - Building Power Apps
Unanswered

Auto Calendar Scheduling

(0) ShareShare
ReportReport
Posted on by 11

Hello,
I would like to know if the following calendar/scheduler is possible to make with a model-driven app?

 

Based on each entry, i would require the following events to be made:

Event1 = user selected date
Event2 = Event1 date +7days
Event3 = Event2 date +3days
Etc.

 

Each subsequent event would need the ability to be manually adjusted too without affecting the prior dates/events.
And I assume the calendar would be accessible with an *.ical file/within Outlook calendar?

 

Is this doable? If so, could anyone direct me to some resources with where to start?

Categories:
  • Shashank Bhide Profile Picture
    Shashank Bhide 927 on at
    Re: Auto Calendar Scheduling

    you need to use a mix of plugin or power automate and GraphAPI calls

     

    1. assuming "event" is a table.
    2. use a power automate or plugin to create events as per your desired logic.
    3. Then using graph API you can put the events on the user's calendar.

    then ICS file creation is simple, because .ics is purely a text file as shown below.

     

    BEGIN:VCALENDAR
    VERSION:2.0
    BEGIN:VEVENT
    SUMMARY:Meeting invite
    DTSTART:20240512T093900Z
    DTEND:20240529T093900Z
    DTSTAMP:20240512T093941Z
    UID:1715506781109-Meetinginvite
    DESCRIPTION:sfs
    LOCATION:
    ORGANIZER:
    STATUS:CONFIRMED
    PRIORITY:0
    END:VEVENT
    END:VCALENDAR

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

Microsoft Kickstarter Events…

Register for Microsoft Kickstarter Events…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 145,343

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,703

Leaderboard