flutter_googlecalendar 1.0.0 copy "flutter_googlecalendar: ^1.0.0" to clipboard
flutter_googlecalendar: ^1.0.0 copied to clipboard

Flutter package for uploadng event to google calendar .

Using this package you can call the function ( exportToGoogleCalendar( required String identifier, required String summary, required String description, required DateTime startDateTime, required String startTimeZone, required DateTime endDateTime, required String endTimeZone,))

With this function the user is preseted the screen to connect their google account for adding the event for the first time only . For each successful event added true is returned otherwise false is returned .

Features #

login screen

success screen

Getting started #

First of all , you need to create a project on the google cloud platform (https://console.cloud.google.com) and activate the Google Calendar API for the project to get the api keys .

Usage #

First of all , you need to create a project on the google cloud platform (https://console.cloud.google.com) and activate the Google Calendar API for the project to get the api keys .

bool result = await exportToGoogleCalendar(identifier:"ssecret key",summary:"event name",description:"event description",startDateTime:DateTime.now(),startTimeZone:"GMT+2:00",endDateTime:DateTime.now().add(Duration(hours:1)),endTimeZone:"GMT+2:00");

Additional information #

4
likes
90
pub points
60%
popularity

Publisher

unverified uploader

Flutter package for uploadng event to google calendar .

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_custom_tabs, flutter_lints, googleapis, googleapis_auth

More

Packages that depend on flutter_googlecalendar