
Announcements
Hey,
im trying to add an outlook calendar event from powerapps, i use calendar screen in power apps, but i have a trouble that the time is set automatically at 12.00 AM
how to set it manually in power apps?
Thank you
Hi @AdhamFH ,
How are you adding the event to your calendar in your app?
You can add data to your calendar by using the V4CalendarPostItem operation. If you intend to update a preexisting event you can instead use V4CalendarPatchItem.
You can consult the documentation of these operation in more detail here.
Let me know if this post helped you in any way!
Regards,
Ricardo