08-15-2019 15:23 PM - last edited 09-03-2019 16:04 PM
Hi All,
Here is an upgraded version of the Meeting Capture PowerApp
This is an all-in-one meeting notes tool
View meeting details, capture notes and pictures of whiteboards, upload files and pictures, record audio, assign Planner tasks and send to all meeting attendees in one click
Download msapp file from :
https://github.com/rdorrani/PowerApps/tree/master/MeetingCaptureV2
New Features
Thanks & Regards,
Reza
watch?v=bYYLWl3qwE0
Hi Haris,
I had a similar issue where it would always show the next day (which is the default date for the date-picker in the app) as the due date in planner.
I think I found the bug.
On ConfirmScreen OnVisible, there is a section of code where calAssignTaskDueDate may actually need to be the DueDate variable. See attachments for pictures of the change. It's worth a check if you have the same problem.
Hi,
Thanks for this really amazing app. I have a requirement where we need to capture the meeting details in a SharePoint list. need to store the subject, start time and end time, list of all candidates who have attended the meeting to a SP list.
How can we add a button on the Export Screen which do this OR any other option through which I can achieve this?
Thanks,
B
Hi,
I get an error message in the "Office365.GetEventsCalendarView" function saying the formula doesn't get the appropriate format of the table information (MyCalendarID). Do you have any guidance for fixing this? Thank you again for the outstanding job!
To All,
I solved part of the issue of the app, below some things you would change to make it work, in app setting, change following controls :
Set(MyCalendarID; LookUp(Office365.CalendarGetTables().value; DisplayName="Calendar").Name)
Set(UTCNow;Text(DateAdd(Now();0;Minutes);UTC))
Set(UTCNext;Text(DateAdd(Now();44640;Minutes);UTC))
ClearCollect(AllFutureEvents;Office365.GetEventsCalendarView(MyCalendarID;UTCNow; UTCNext).Values)
Note you will have to change your split code value by comma regarding your local setting preferences.
How difficult would it be to save the meeting data to a Sharepoint or Dataverse table (list)? I would like to keep a list of meetings - Date, Notes, attendees. I don't need to track tasks, as that would be already done via the planner app. GREAT APP!
Hi
Really new to power apps and this one is massively useful. I am a huge fan of planner tool so love that integration too.
One thing I wonder if you could do. Currently I do notes within a teams meeting and it automatically stores the notes in that team meeting which makes it really easy to remember what was said at the meeting.
Can you update this app by linking the notes, which are great, to the chat within the actual meeting? That would be awesome and remove the need from checking emails and keeping everything in the teams environment.
Thanks
Oh. and can it....
Hello Reza,
Im fairly new to power apps (little over 1month) and this app looks great and would be very useful. One question would be, can this be done with an on-prem outlook server? My companies IT has all the email on-prem and thus the office 365 connector returns nothing thus making everything else unusable. It would be really nice tool to use but i fear the on-prem server will hinder the whole thing.
Thank You
Hello all,
Please help with the following issue.
Example 1:
If I check real calendar all attendees have free slots: 12.30-14, 15.30-16.30
But if I use app and choose meeting duration 1 hour, it couldn't be found as 12.30-13.30 or 15.30-16.30 and received me nothing.
I tried to switched desired time range from 8.00 to 8.30, no results.
Example 2:
If I check real calendar all attendees have free slots: 10.00-11.00, 12.00-14.00
But if I use app and choose meeting duration 1.5 hours, it couldn't be found as 12.30-14.00 and received me nothing.