Code Monkey home page Code Monkey logo

Comments (8)

mwchung24 avatar mwchung24 commented on May 29, 2024

having the same issue

from datebook.

nidhisinhaTC avatar nidhisinhaTC commented on May 29, 2024

having same issue...Module not found: Error: Can't resolve 'datebook'

from datebook.

AndreasRohl avatar AndreasRohl commented on May 29, 2024

same problem here. :(

error TS2307: Cannot find module 'datebook'.

from datebook.

RonaldFernandoChica avatar RonaldFernandoChica commented on May 29, 2024

isnt working, somebody makes it work?

from datebook.

elasticdotventures avatar elasticdotventures commented on May 29, 2024

🦃 does not work. example code has bug (missing comma; WEEKLY)

from datebook.

keyuls avatar keyuls commented on May 29, 2024

Any update on this?

from datebook.

pzontrop avatar pzontrop commented on May 29, 2024

an old issue but just thought I would jump in for future references. This package does not have a valid module. In fact it's not really an angular package as it also doesn't expose any services etc. However after doing an npm install you can still use the source-code by importing it into your component like:
import Calendars from 'datebook/src/utils/calendars.js';

This will give you access to functions such as:

// Define your options object first as described in the readme
Calendars.downloadIcs(options); 
Calendars.getMicrosoftCalendarUrl(options);
Calendars.getGoogleCalendarUrl(options);
Calendars.getYahooCalendarUrl(options);

So it's far from perfect and also seems pretty dead (just look at the amount of forks and prq's) but it still beats writing and maintaining these url and file parsers yourself.

from datebook.

jshor avatar jshor commented on May 29, 2024

This is now fixed as of v4.0.0.

from datebook.

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.