Coder Social home page Coder Social logo

mxlcalendarmanagerswift's People

Contributors

jessicathrasher avatar lassic-okano avatar leoparenti avatar minhd-gh avatar ramonvasc avatar ramonvasc0 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

mxlcalendarmanagerswift's Issues

Start Date for Repeating Events

I'm trying to use checkDate to return weekly events in my calendar. When using today's date with checkDate, it returns events from today and the next day.

In addition, when checking eventStartDate, it returns the day the event was created which was a year or two ago.

Not sure if this was discussed already, but I would really appreciate some help on this.

List of attendees is always empty

Seems that the error occurs in MXLCalendarManager.swift (line 110):

guard let roleEnum = Role(rawValue: role) else {
        return nil
}

Instance of Role enum can't be created with values like "=CHAIR", "=REQ-PARTICIPANT" and etc.
Screen Shot 2019-04-25 at 15 00 20

Thank you

Just wanted to thank you for the Swift version of the MXLCalendarManager ❤️

Main Thread Checker: UI API called on a background thread:

Hello,

scanning from a remote URL gives me a warning when setting UIApplication.shared.isNetworkActivityIndicatorVisible as false regarding the fact that it should be used from the main thread only.

(this part of the code )

        var fileData = Data()
        DispatchQueue.global(qos: .default).async {
            do {
                fileData = try Data(contentsOf: fileURL)
            } catch (let downloadError) {
                #if os(iOS)
                
                    **UIApplication.shared.isNetworkActivityIndicatorVisible = false**
                #endif
                callback(nil, downloadError)
                return
            }

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.