Hello everyone,
I am developing app where I am trying to create a post in outlook calendar via powerapps forms , how can I develop the forms. Any help will be good.
Is any connector required for doing same.
Regards,
Sagar shah
@sagar_shah: Here is a little code snippet I've been trying to add a calendar event to outlook, however, first you need to apply the Office365Outlook connector:
Office365Outlook.CalendarPostItem("Calendar", varEndTime, varStartTime, varSubject, {Body: varMailBody})
Whereby all the 'var...' are my global variables defined elsewhere in the app; and there are much more options for the 5th/last argument ({....})
hi @sagar_shah ,
Check this step by step handy video:
https://www.youtube.com/watch?v=NgYrxq9biFU
I hope this resolved your issue if you see any challenge/need further help please let me know I am always happy to do it for my community.
Regards,
Krishna
If this post helps you give a 👍 and if it solved your issue consider Accept it as the solution to help the other members find it more.
Proud to be a Super User!
Regards,hi @sagar_shah ,
This is another latest video step by step:
I hope this resolved your issue if you see any challenge/need further help please let me know I am always happy to do it for my community.
Regards,
Krishna
If this post helps you give a 👍 and if it solved your issue consider Accept it as the solution to help the other members find it more.
Proud to be a Super User!
Regards,Power Apps User Groups are coming! Make sure you’re among the first to know when user groups go live for public preview.
Did you miss the call?? Check out the Power Apps Community Call here!
User | Count |
---|---|
265 | |
209 | |
76 | |
42 | |
33 |
User | Count |
---|---|
347 | |
219 | |
117 | |
72 | |
54 |