Giter VIP home page Giter VIP logo

add2calendar's Introduction

Hi 😃 👋 , in the latest 5 commits 🐛, am I morning person ?

%
☀️ Morning (06.00-12.00] [********------------] 40.00
😆 Daytime (12.00-18.00] [************--------] 60.00
🌔 Evening (18.00-00.00] [--------------------] 0.00
😴 Night (00.00-06.00] [--------------------] 0.00

Current UTC time

add2calendar's People

Contributors

andreykreez avatar jojoee avatar yokogfx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

add2calendar's Issues

Action required: Greenkeeper could not be activated 🚨

🚨 You need to enable Continuous Integration on Greenkeeper branches of this repository. 🚨

To enable Greenkeeper, you need to make sure that a commit status is reported on all branches. This is required by Greenkeeper because it uses your CI build statuses to figure out when to notify you about breaking changes.

Since we didn’t receive a CI status on the greenkeeper/initial branch, it’s possible that you don’t have CI set up yet. We recommend using Travis CI, but Greenkeeper will work with every other CI service as well.

If you have already set up a CI for this repository, you might need to check how it’s configured. Make sure it is set to run on all new branches. If you don’t want it to run on absolutely every branch, you can whitelist branches starting with greenkeeper/.

Once you have installed and configured CI on this repository correctly, you’ll need to re-trigger Greenkeeper’s initial pull request. To do this, please click the 'fix repo' button on account.greenkeeper.io.

Allow specifying text for button

Instead of (or in addition to) add2calendarBtnTextMap, be able to pass in the text to display as part of the options in the constructor, what do you think?

All-day events

Hello,

I would like to ask if there is any possible way to add new event to google calendar with all day event checkbox checked? Could you provide me an example of such event implementation in add2calendar?

Ideally this kind of code...

var singleEventArgs = {
  title       : 'Add2Calendar plugin event',
  start       : 'July 27, 2016 10:30',
  end         : 'July 29, 2016 19:20',
  location    : 'Bangkok, Thailand',
  description : 'Event description' 
  allDay: true,
};

... would be displayed in Google Calendar as:

startDate: July 27, 2016 
endDate: July 29, 2016
allDay: 'ticked'
(...)

Yahoo link does not work when using allDay: true

When wanting to show an event with a duration of all day, we need to set the dur value in the Yahoo link to allday.
I see in the code that this is commented out. But without it, it does not work.
For this to work the endDate has to be the startDate + 1 day.

Great plugin btw :)

TypeError: this.eWidget is null

Hi @jojoee @YoKoGFX I'm getting the following error:

image

(Tried using Node v 12.18.2 and 11.15.0)
Code(React JS):

import * as Add2Calendar from "add2calendar"
import './App.css';

function App() {

  const AddToCalendar = () => {
    var singleEventArgs = {
      title       : 'Add2Calendar plugin event',
      start       : 'December 19, 2020 10:30',
      end         : 'December 19, 2020 10:50',
      location    : 'Bangkok, Thailand',
      description : 'Event description'
    };
    var singleEvent = new Add2Calendar(singleEventArgs);
    singleEvent.createWidget('#single-normal');
  }

  return (
    <div className="App">
    {/* <button onClick={AddToCalendar}>Click me</button> */}
    {AddToCalendar()}
    </div>
  );
}

export default App;

Recurring events

Love this plugin, but missing ability for recurring events, for e.g weekly, monthly

Download link in email

Seems like a href="data:text/calendar;charset=utf8....." download can not be used in the email, its there a way to use add to outlook/ican calendar in email?

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.