icalendar_plus 0.0.6 copy "icalendar_plus: ^0.0.6" to clipboard
icalendar_plus: ^0.0.6 copied to clipboard

This Dart plugin provides a comprehensive set of classes to create, manage, serialize, and parse iCalendar components. It supports creating events, to-dos, journals, alarms, free/busy times, timezones [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add icalendar_plus

With Flutter:

 $ flutter pub add icalendar_plus

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

dependencies:
  icalendar_plus: ^0.0.6

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:icalendar_plus/components/exdate.dart';
import 'package:icalendar_plus/components/headers.dart';
import 'package:icalendar_plus/components/icalendar.dart';
import 'package:icalendar_plus/components/icalendar_component.dart';
import 'package:icalendar_plus/components/utils.dart';
import 'package:icalendar_plus/components/valarm.dart';
import 'package:icalendar_plus/components/vattachment.dart';
import 'package:icalendar_plus/components/vevent.dart';
import 'package:icalendar_plus/components/vfreebusy.dart';
import 'package:icalendar_plus/components/vjournal.dart';
import 'package:icalendar_plus/components/vparticioant.dart';
import 'package:icalendar_plus/components/vtimezone.dart';
import 'package:icalendar_plus/components/vtodo.dart';
import 'package:icalendar_plus/icalendar.dart';
0
likes
120
points
19
downloads

Publisher

verified publisherspinex.io

Weekly Downloads

This Dart plugin provides a comprehensive set of classes to create, manage, serialize, and parse iCalendar components. It supports creating events, to-dos, journals, alarms, free/busy times, timezones, and more. The plugin adheres to the iCalendar (`.ics`) format, making it easy to integrate with calendar applications.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

More

Packages that depend on icalendar_plus