Skip to content

issues Search Results · repo:Fir3st/capacitor-calendar language:Java

Filter by

8 results
 (44 ms)

8 results

inFir3st/capacitor-calendar (press backspace or delete to remove)

requestAccessToEntityType:completion: is deprecated in iOS 17 (see https://developer.apple.com/documentation/eventkit/ekeventstore/1507547-requestaccesstoentitytype)
  • vicjune
  • 2
  • Opened 
    on Sep 25, 2023
  • #25

Task :app:checkDebugAarMetadata FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task :app:checkDebugAarMetadata . Could not resolve ...
  • trinitiwowka
  • 1
  • Opened 
    on Sep 22, 2023
  • #24

IonicCalendarPlugin/CalendarPlugin.swift:10: Fatal error: Use of unimplemented initializer init() for class IonicCalendarPlugin.CalendarPlugin
  • stefandbd
  • Opened 
    on Jun 29, 2023
  • #23

Currently createEvent returns nothing. It should return the event so that the ID can be stored, rather than requiring another findEvent call to get it.
  • fryiee
  • Opened 
    on Mar 16, 2023
  • #21

As title. using id within createEvent does not set the event s ID (tested on iOS/Android). Is it possible for this to be set by a user, or should it be removed from CreateEventOptions / the example in ...
  • fryiee
  • Opened 
    on Mar 16, 2023
  • #20

hello! I m trying this plugin on ios device but the findEvent method, called like this: let findEvent: any = await CapacitorCalendar.findEvent({ startDate: subYears(new Date(), 3).getTime(), ...
  • davidecampello
  • 2
  • Opened 
    on Nov 16, 2022
  • #18

if (allDayEventConfig !== null) { causing error: illegal start of expression if (allDayEventConfig !== null) { changed to if ( allDayEventConfig ) { on lines 132, 408 in ... /node_modules/capacitor-calendar/android/src/main/java/cz/firest/calendar/CapacitorCalendar.java ...
  • p4u1d34n
  • 2
  • Opened 
    on Mar 4, 2022
  • #14

../node_modules/capacitor-calendar/ios/Plugin/Plugin.swift:63:36: error: cannot find duration in scope print ( Duration: \(duration), moduloDay \(moduloDay) ) ...
  • p4u1d34n
  • 1
  • Opened 
    on Mar 4, 2022
  • #12
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub