remind_caldav_client 1.1.1 copy "remind_caldav_client: ^1.1.1" to clipboard
remind_caldav_client: ^1.1.1 copied to clipboard

A CalDAV client for re_mind. It allows to make CalDAV requests to a server easily and quickly.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add remind_caldav_client

With Flutter:

 $ flutter pub add remind_caldav_client

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

dependencies:
  remind_caldav_client: ^1.1.1

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:remind_caldav_client/caldav_client.dart';
2
likes
130
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

A CalDAV client for re_mind. It allows to make CalDAV requests to a server easily and quickly.

Documentation

API reference

License

MIT (license)

Dependencies

http, icalendar_parser, xml

More

Packages that depend on remind_caldav_client