Google Calendar or any other calendar code - calendar

Hello I want to know if I can use the Google Calendar or any code of a calendar for my page. I create a simple page with login and register box, but now I want at the 3rd page to have a calendar.
For example:
1.The user John can have his calendar and he can create events and other..
2.The Emily is another user and she have another calendar with another events that she want to add..
I know I need to do this using database, but I don't find something useful..:(

You can find this project useful. If you are not comfortable using MVC framework, you can get an idea from project and build in pure javascript.

You can use a google calendar on your page.
How to embedd and customize:
GoogleCalendar

Related

How can I create full calendar visual force page in sales force?

How can I create a full calendar that works the same like the standard calendar?
I used this link for that:
http://www.codebycody.com/2013/06/create-calendar-view-in-salesforcecom.html
but this doesn't showing me events on vf page.
Have you looked a the free AnyCalendar Lightning Component on the AppExchange. It uses the Full Calendar js library. You could just embed that in a Visualforce page. That would allow you to easily upgrade when you eventually migrate to lightning.

Is there a ui library that renders a calendar using an ical feed from Google Calendar?

I need a Calendar UI for my website that will take in an ical feed from the user's Google Calendar. I know I can use the embed code but the look and feel of the embed Google Calendar is horrible. I am hoping to find a library that has a better UI than the embed Google Calendar.
Try using the UI Calendar using AngularJS to handle your calendar frontend.
You may also check FullCalendar which is customizable and open source.
If you're not satisfied with any of the libraries/projects available online, you can always start a new one. Hope that helps.

Adding a calendar via script to yahoo calendar

I have a calendar link, "http://www.lalindyhop.com/calendar_script.php"
And I want to add the events on this link to my yahoo calendar.
Do I have to ask for some other link, or I can use this one somehow to add it to my calendar.
Thanks
Zeeshan
Your calendar link seems to have disappeared. In any case here are some links that may help:
Adding Events to Users Calendars – Part 2 – Web Calendars
Adding Calendar Events to Yahoo
Yahoo! Calendar "Add Event" Seed URL Parameters

Standalone Calendar App/Software

We're looking for a standalone (non-cms) calendaring solution to display on the web. It could be open source or a paid service.
We're primarily looking for a way to display a calendar on the web complete with when the events are and what the names of the events are. It would be great if it can display in different views like by week, month, year. Month view would be the most important one. We want to keep it as simple as possible. We mainly just want users to view the calendar. The events do not even have to be editable on the end user's side just as long as there is some way for us on the backend to add/delete/import events into the calendar whether it be through .ics (iCal files)/desktop software/via some web interface. We know Google Calendar is around and there is also PHPiCalendar. Are there any other alternatives around?
Any suggestions would be appreciated!
Thanks!
Here's a pretty cool calendar built on jQuery.
http://arshaw.com/fullcalendar/
Laszlo Webtop has a cool calendar app:
http://www.laszlosystems.com/products/webtop/webtop_nexxus
WebCalendar, WebIcal

Making a calendar editable to anyone?

I am trying to make a webpage that looks like the Google Calendar and allows anyone to add/edit/delete any event, working like a notice board.
For now I am using a customized UI to show all the events in my Google Calendar and it works perfectly. But I can't find out how to let anyone access my Google Calendar to post, edit or delete events. I tried AuthSub but it requires user to enter the username and password I provide. I don't want them to enter anything, neither their own Google Accounts nor the public Google Account I provide, except events. Is there any good and free choice to do that?
If you're not completely tied to Google Calendar, you could have a look at Calagator. Originally written specifically for the Portland tech community, it can be adapted fairly easily - my friend did up VanCal.org, which does a similar function. In addition to add / delete / edit, you can import and export events from Google Calendar, iCal, etc.

Resources