Code Monkey home page Code Monkey logo

Comments (5)

nizarmah avatar nizarmah commented on July 22, 2024

Hello,

I absolutely adore the idea; I don't know why I didn't look into it before. It is currently very late. I'll look into it tomorrow and let you know. I might even set up a full documentation for it. Hopefully, it will be possible.

Have a wonderful day, and thanks for the suggestion.

from calendar-javascript-lib.

nizarmah avatar nizarmah commented on July 22, 2024

Reviewing the Google Calendar API, one can change the JSON data format to one similar to my Calendar's format given in the README.md.
Therefore, I won't be giving any documentation to that; however, I'll keep the issue open until it works, in case you need to ask any questions.

from calendar-javascript-lib.

kuropanda24 avatar kuropanda24 commented on July 22, 2024

Sorry I tried doing that but it keeps giving me issues if you can give me example how to do it. Thanks

from calendar-javascript-lib.

kuropanda24 avatar kuropanda24 commented on July 22, 2024
             				data = {

                 2018: {
                     1: {
                         2: [
                             {
                                 startTime: "2:00",
                                 endTime: "3:00",
                                 text: "xmas"
                             }
                         ]
                     }
                 },
                 { 2018: {
                           3: {
                                2: [
                                    {
                                        startTime: "2:00",
                                        endTime: "3:00",
                                        text: "xmas"
                                    }
                                ]
                            }
                        }

} }

console.log(data);
return data;

I tried manually putting information but only the last one shows up.

from calendar-javascript-lib.

nizarmah avatar nizarmah commented on July 22, 2024

I'm sorry, this week I can't offer any help. I am too busy with college and work.
Your problem with the JSON could be easily solved by rereading the README carefully.

Good luck!

from calendar-javascript-lib.

Related Issues (20)

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.