Forum Discussion
Matt-Rolando
Feb 08, 2024Copper Contributor
Import Calendar Event CSV File via Powershell to Room Resource Calendar
Greetings all, Here's what I am trying to do: We manage our room scheduling with our student management system. I can export room schedule information to a CSV file. I need to be able to import ...
Matt-Rolando
Feb 13, 2024Copper Contributor
Thanks for the code Leon. I had run across this Exchange Online Module before, and it doesn't work. The New-EXOMailboxCalendarEvent is not recognized. I have installed the Exchange Online Management modules, and this function is not listed. I can not even find a reference to how it is implemented. Everything I have found to try and accomplish this function has not worked. I am beginning to think it is not possible.
Matt
IanG5621
Oct 04, 2024Copper Contributor
Hi Matt,
I have a similar use case. Did you ever find a solution to this?
I have a few teams rooms calendars for classrooms. I am looking for a way to bulk load events to the room calendar for the semester but still keep the ability for others to book the room around the scheduled classes.
Thanks
Ian...
I have a similar use case. Did you ever find a solution to this?
I have a few teams rooms calendars for classrooms. I am looking for a way to bulk load events to the room calendar for the semester but still keep the ability for others to book the room around the scheduled classes.
Thanks
Ian...
- l4m3rOct 09, 2024Copper Contributor
this is from chat gpt i suppose and there is no New-ExoMailboxCalendarEvent cmdlet 😄
you can go the way thorug msgraph:
https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.calendar/new-mguserevent?view=graph-powershell-1.0- IanG562Oct 09, 2024Brass ContributorHa...They prob used MS Copilot.