Hi, I'm wondering if it is possible (and if so how) to create an event and have it added to your O365/Outlook calendar. I believe the 'Out of Office' app did this but I cannot understand how it is done.
Solved! Go to Solution.
Hi @JLam63,
Here is how you do this:
Office365.CalendarPostItem( calendarDropDown2.Selected.Name, Text(startDatePicker.SelectedDate, DateTimeFormat.UTC), subjectTextInput.Text, { Body: { Content: messageTextInput.Text, ContentType: "HTML" }} )
Let me know if this helps.
Regards,
Mona
Hi @JLam63,
Here is how you do this:
Office365.CalendarPostItem( calendarDropDown2.Selected.Name, Text(startDatePicker.SelectedDate, DateTimeFormat.UTC), subjectTextInput.Text, { Body: { Content: messageTextInput.Text, ContentType: "HTML" }} )
Let me know if this helps.
Regards,
Mona
Hi @v-monli-msft. Creating the gallery of calendar events is the easy part, thanks for your clear directions. Can you expand on step # 9 to create new calendar items? This is the part that I can't find good directions for. Thanks
Hello Mona,
I was going through your tutorial, which is very easy and helpful, thank you!
One quick thing I would like to find is how to send to a different individual in the organization?
I have used your tutorial, but I am able to only send to myself as there is no option to select an email address, like we can do for sending email ID.
Any help or guidance is greatly appreciated.
Office365.CalendarPostItem( calendarDropDown2.Selected.Name, Text(startDatePicker.SelectedDate, DateTimeFormat.UTC), subjectTextInput.Text, { Body: { Content: messageTextInput.Text, ContentType: "HTML" }} )
Best,
Santosh
User | Count |
---|---|
168 | |
96 | |
79 | |
72 | |
59 |
User | Count |
---|---|
210 | |
167 | |
98 | |
93 | |
78 |