unical_caldav 0.1.0
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_caldavWith Flutter:
$ flutter pub add unical_caldavThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
unical_caldav: ^0.1.0Alternatively, 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';