exchange_rooms 0.0.6 copy "exchange_rooms: ^0.0.6" to clipboard
exchange_rooms: ^0.0.6 copied to clipboard

Getting appointments from a room on Exchange Server 2010+ using the EWS API. Simply use the email address of the room an get an array of appointments

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add exchange_rooms

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  exchange_rooms: ^0.0.6

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:exchange_rooms/exchange_rooms.dart';
1
likes
40
pub points
0%
popularity

Publisher

verified publishereloware.com

Getting appointments from a room on Exchange Server 2010+ using the EWS API. Simply use the email address of the room an get an array of appointments

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, http, xml

More

Packages that depend on exchange_rooms