unical_caldav 0.1.0 copy "unical_caldav: ^0.1.0" to clipboard
unical_caldav: ^0.1.0 copied to clipboard

CalDAV backend for unical, built on the caldav package. Reads and writes both events (VEVENT) and native tasks (VTODO with PERCENT-COMPLETE) and preserves invisible X- properties on servers that support them.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add unical_caldav

With Flutter:

 $ flutter pub add unical_caldav

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

dependencies:
  unical_caldav: ^0.1.0

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

Import it

Now in your Dart code, you can use:

import 'package:unical_caldav/unical_caldav.dart';
0
likes
140
points
5
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

CalDAV backend for unical, built on the caldav package. Reads and writes both events (VEVENT) and native tasks (VTODO with PERCENT-COMPLETE) and preserves invisible X- properties on servers that support them.

Repository (GitHub)

License

MIT (license)

Dependencies

caldav, unical

More

Packages that depend on unical_caldav