exchange_rooms

Last updated:

0 purchases

exchange_rooms Image
exchange_rooms Images
Add to Cart

Description:

exchange rooms

exchange_rooms #
A flutter package to get appointments from a room on Exchange Server 2010+.
Example #
The package uses the EWS Api. To get the appointments use the following code:
final rooms = ExchangeRooms(
credentials: ConnectionCredentials(
username: 'username',
password: 'TopSecretExchangePassword',
domain: 'domain.local',
serverUrl: 'https://mail.domain.com/EWS/Exchange.asmx')
);

var appointments = await rooms.getAppointmentsByRoomName('roomName',
count: 2, from: DateTime(2020,11,06), to: DateTime(2020,11,14));
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.