- Use
GoogleCalendarLink.Builder
class for creating link object - Use
GoogleCalendarLinkServiceImpl.generate()
class for generating link - Check
GoogleCalendarLinkServiceTest
out as an example of usagevar calendarLink = new GoogleCalendarLink.Builder("Weekly Stand Up", startTime, endTime) .location("Kyiv, Ukraine") .addGuest("[email protected]") .description("Discuss current state of the project") .availability(GoogleCalendarLink.AVAILABILITY.BUSY) .build(); var calendarLinkService = new GoogleCalendarLinkServiceImpl(); var link = calendarLinkService.generate(calendarLink);
-
Notifications
You must be signed in to change notification settings - Fork 0
Google calendar event link generator
License
spetrychenko/google-calendar-event
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Google calendar event link generator
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published