Creating a Cross-Platform Calendar Event

Eduardo Gomez Romero 225 Reputation points
2024-05-17T01:41:42.6+00:00

Details

I am developing an application that allows users to create meetings. For this, I need the user to select a date and time. I was thinking of letting the user choose a time zone, but Microsoft calendar converts meetings to the local time zone of the person accepting the event.

All I need is to send an email with the event details to the user. This functionality needs to work on IOS, Android, Windows, and Mac.

Tools: Visual Studio 2022 17.9 and Maui version 8

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,027 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 58,856 Reputation points
    2024-05-17T15:42:11.1166667+00:00

    you add an ics file as an attachment to the email.

    https://en.wikipedia.org/wiki/ICalendar

    0 comments No comments