flutter_googlecalendar

Last updated:

0 purchases

flutter_googlecalendar Image
flutter_googlecalendar Images
Add to Cart

Description:

flutter googlecalendar

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 .
copied to clipboard
Features #


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");
copied to clipboard
Additional information #

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.