Skip to content

when creating an event in the calendar, the body is not added #425

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
IUlyana opened this issue Jun 28, 2023 · 1 comment
Closed

when creating an event in the calendar, the body is not added #425

IUlyana opened this issue Jun 28, 2023 · 1 comment

Comments

@IUlyana
Copy link

IUlyana commented Jun 28, 2023

Hello!
@gautamsi
I'm trying to create an event in the calendar, but when saving, the body is not added, and everything else works fine. How can this problem be solved?

const appointment =  new ExchangeService.Appointment(service);
appointment.Subject =  title;
appointment.Body = new ExchangeService.MessageBody(description);
appointment.Start =  new ExchangeService.DateTime(start); // Установите дату и время начала события здесь
appointment.End =  new ExchangeService.DateTime(end); 
appointment.Location =  location; 
await appointment.Save(ExchangeService.SendInvitationsMode.SendToAllAndSaveCopy)
@IUlyana
Copy link
Author

IUlyana commented Jun 28, 2023

As it turned out, everything is created on the server, but how to get it now? I can get all the data I created except body

@IUlyana IUlyana closed this as completed Jul 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant