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 / Auto Calendar Scheduling
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:
I have the same question (0)
  • Shashank Bhide Profile Picture
    946 Moderator on at

    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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 509 Most Valuable Professional

#2
Haque Profile Picture

Haque 302

#3
11manish Profile Picture

11manish 265

Last 30 days Overall leaderboard