node.js - How to intergate web application like Google Calendar? -


i'm developing web application looks google calendar backed end nodejs server. @ need make possible allow users integrate created calendars sites (like google calendar do).

basically don't understand how make possible. i'm looking tutorials and/or examples (in node js especially) start point. please give me advice or share experience. thanks.

since question can't closed because there bounty on it, i'll add answer it:

what looking called "embeddable widget".

the idea provide end user (developer/webmaster) piece of javascript will:

  • if needed pull in more javascript server.
  • append bunch of html contains widget place droppeded in.
  • speak server through either ajax or other ways.

here couple of resources read:


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -