device_calendar_ohos 1.0.0 copy "device_calendar_ohos: ^1.0.0" to clipboard
device_calendar_ohos: ^1.0.0 copied to clipboard

This plugin provides functionalities for reading, creating, updating, and deleting calendar events on the device.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add device_calendar_ohos

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

dependencies:
  device_calendar_ohos: ^1.0.0

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:device_calendar_ohos/device_calendar_ohos.dart';
1
likes
120
points
11
downloads

Publisher

unverified uploader

Weekly Downloads

This plugin provides functionalities for reading, creating, updating, and deleting calendar events on the device.

Homepage

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

collection, flutter, plugin_platform_interface, rrule, timezone

More

Packages that depend on device_calendar_ohos

Packages that implement device_calendar_ohos