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

One resilient API over device calendars and CalDAV for events and tasks with progress. Prefers native VTODO / invisible X- properties and degrades gracefully so task metadata (percent-complete, tags) [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add unical

With Flutter:

 $ flutter pub add unical

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

dependencies:
  unical: ^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/unical.dart';
0
likes
140
points
5
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

One resilient API over device calendars and CalDAV for events and tasks with progress. Prefers native VTODO / invisible X- properties and degrades gracefully so task metadata (percent-complete, tags) survives even on servers that cannot store tasks. Pure-Dart core; backends are pluggable.

Homepage
Repository (GitHub)

Topics

#calendar #caldav #tasks #ical #sync

License

MIT (license)

Dependencies

equatable, meta

More

Packages that depend on unical