Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add/Edit/View/Delete events through a dialog-ish box #433

Open
arshaw opened this issue Aug 19, 2015 · 184 comments
Open

Add/Edit/View/Delete events through a dialog-ish box #433

arshaw opened this issue Aug 19, 2015 · 184 comments

Comments

@arshaw
Copy link
Member

arshaw commented Aug 19, 2015

Originally reported on Google Code with ID 162

I want to use the calendar (btw great work) but I need to use a inline
edition of the events, I've seen some jquery ui base edition in another
jquery calendar based on this calendar. Have you in mind implement this
option in the upcoming versions of the calendar, in that case it would be
great ...

Reported by edgar9000 on 2009-11-03 16:56:57

Imported with 40 stars.

@arshaw
Copy link
Member Author

arshaw commented Aug 19, 2015

hello edgar,

can you elaborate on what an 'inline edition' of an event is? thanks

adam

Reported by adamrshaw on 2009-11-11 05:28:26

@arshaw
Copy link
Member Author

arshaw commented Aug 19, 2015

I mean the possibility of add or edit the events in the frontend of the calendar like
the google calendar or the jquery week calendar

Reported by edgar9000 on 2009-11-11 15:31:23

@arshaw
Copy link
Member Author

arshaw commented Aug 19, 2015

this has been something i've wanted for fullcalendar for a while. its sort of a lot
of work, especially making everything easily themeable, but it will get done at some
point. thanks for the suggestion.

this is similar to what google calendar and icalendar do when you click on a day to
add an event, or click on an event to view/edit its details.

Reported by adamrshaw on 2009-11-28 00:22:14

  • Status changed: Accepted
  • Labels added: Type-Enhancement
  • Labels removed: Type-Defect, Priority-Medium

@arshaw
Copy link
Member Author

arshaw commented Aug 19, 2015

Issue 495 has been merged into this issue.

Reported by adamrshaw on 2009-12-04 05:36:21

@arshaw
Copy link
Member Author

arshaw commented Aug 19, 2015

Hi there, I'm trying to do something like that myself, for a more or less rudimentary
University Faculty class schedule builder.
I've got the updating side done (php-mySQl), and was wondering, since you're already
using jQuery's Droppable event, if it was possible to create some sort of lateral
palette of events, pulled from a MySQL db, and drop them in the day cell.
Alternatively, one could just do the usual dropdown list in the day-insertion
thickbox or something. My main problem is that I have loads of different classes and
lessons, so I have to have some sort of drilldown capability, so a simple dropdown
list would be impractical. I'm going to give it a shot soon, if you're interested it
would be great to have your opinion.
Cheers
Sacha

Reported by Sacha.Padovani on 2009-12-14 18:20:03

@arshaw
Copy link
Member Author

arshaw commented Aug 19, 2015

hi sacha,
i'm planning on just allowing creation of new events, and editing of existing events.
i don't plan on making a system where you can search/filter/drilldown/whatever a list
of events to be added to the calendar
adam

Reported by adamrshaw on 2009-12-20 00:31:54

@arshaw
Copy link
Member Author

arshaw commented Aug 19, 2015

hi, do you have a tentative date when this feature will be implemented?

Reported by edgar9000 on 2009-12-21 15:35:32

@arshaw
Copy link
Member Author

arshaw commented Aug 19, 2015

You probably want to take a look how they got the new event thing working 
http://www.redredred.com.au/projects/jquery-week-calendar/

Reported by rieraraul on 2009-12-22 09:38:16

@arshaw
Copy link
Member Author

arshaw commented Aug 19, 2015

Hi adamrshaw, some progress with this?

Reported by cmontiel@renr.es on 2010-01-08 16:37:55

@arshaw
Copy link
Member Author

arshaw commented Aug 19, 2015

i could contribute what i did, based on input from 
http://www.redredred.com.au/projects/jquery-week-calendar/

however, you will need some php/... scripts to handle the backend updates

Reported by raoul@bhatia.at on 2010-01-08 17:49:24

@arshaw
Copy link
Member Author

arshaw commented Aug 19, 2015

I did this using jQuery dialogs and some weird form action updating.. you could just
use 2 forms instead. I 
stripped out some stuff to remove unnecesary complexity... (you will need a backend
script to make this work of 
course)

Reported by rieraraul on 2010-01-08 18:07:16


- _Attachment: [example.html](https://storage.googleapis.com/google-code-attachments/fullcalendar/issue-162/comment-11/example.html)_

@arshaw
Copy link
Member Author

arshaw commented Aug 19, 2015

Issue 592 has been merged into this issue.

Reported by adamrshaw on 2010-02-06 21:05:19

@arshaw
Copy link
Member Author

arshaw commented Aug 19, 2015

Issue 653 has been merged into this issue.

Reported by adamrshaw on 2010-03-16 03:44:30

@arshaw
Copy link
Member Author

arshaw commented Aug 19, 2015

@rieraraul: good try, was looking for something similar!
@adamrshaw: could you make a branch for this development (let say fullcalendar-modal).

The calendar without modal interactions is half complete. We could do it together!

Reported by moiseev.igor on 2010-05-03 10:19:01

@arshaw
Copy link
Member Author

arshaw commented Aug 19, 2015

moiseev.igor, I am looking for the same thing! I could help you too, I need something
clean, and efficient. 

Reported by francois2oo86 on 2010-05-03 16:22:54

@arshaw
Copy link
Member Author

arshaw commented Aug 19, 2015

@francois2oo86: This thread is very active, partially it is related to the staff 
discussed here

http://code.google.com/p/fullcalendar/issues/detail?id=215

Reported by moiseev.igor on 2010-05-03 18:03:40

@arshaw
Copy link
Member Author

arshaw commented Aug 19, 2015

hello,

I am inquiring on the status of this enhancement. Would really like to see it added.
It's a really nice feature.

Reported by dirkcummings on 2010-09-23 18:31:34

@arshaw
Copy link
Member Author

arshaw commented Aug 19, 2015

Hi all,
As I stated on two ther bugs, you can just take my code at http://www.sokati.com/main/openSource
as a simple start php mysql implementation. As it is right now (1.00) is perfect for
the start of a project. I intent to keep this version free of any bugs.
Best,
Niels

Reported by nielsbaloe on 2010-12-23 19:29:12

@arshaw
Copy link
Member Author

arshaw commented Aug 19, 2015

Issue 1043 has been merged into this issue.

Reported by adamrshaw on 2010-12-31 18:52:30

@arshaw
Copy link
Member Author

arshaw commented Aug 19, 2015

I have a need for similar feature, but I'm not sure if it is good that this is implemented
in the fullcalendar source. The functionality is very easy to create by combining the
callbacks of fullcalendar with an another plugin for dialogs. But if the code is added
to fullcalendar, the source will get bigger and messier and that is not a nice thing
to maintain.

Reported by tunylund on 2011-04-04 10:59:00

@arshaw
Copy link
Member Author

arshaw commented Aug 19, 2015

I forgot to mention that the example uses a popup dialog in which you can edit the event
title or delete the event.

Any suggestions, improvements are always welcome.

Reported by paul.wolbers on 2011-10-22 19:22:32

@arshaw
Copy link
Member Author

arshaw commented Aug 19, 2015

what is the default.inc.php file?

Reported by weightlossexp on 2011-10-27 15:28:36

@arshaw
Copy link
Member Author

arshaw commented Aug 19, 2015

How to use php and mysql to save and edit date of selectable.html of fullcalendar ?

thank you!!



Reported by startace on 2011-10-30 07:14:27

@arshaw
Copy link
Member Author

arshaw commented Aug 19, 2015

what is the default.inc.php file?

Reported by startace on 2011-11-01 04:39:55

@arshaw
Copy link
Member Author

arshaw commented Aug 19, 2015

i will post the contents of default.inc.php tonight

Reported by paul.wolbers on 2011-11-01 08:17:12

@arshaw
Copy link
Member Author

arshaw commented Aug 19, 2015

I'm not sure what you mean with selectable.html ...
I used eventClick to edit (and save) an event. (i just now found out thta there is
a select option. I will try that too.

Reported by paul.wolbers on 2011-11-01 08:25:35

@arshaw
Copy link
Member Author

arshaw commented Aug 19, 2015

Dear paul.wol:
1."selectable.html" is a  file of demos of fullcalendar-1.5.2.zip.

Download from here:

http://arshaw.com/fullcalendar/downloads/fullcalendar-1.5.2.zip
https://github.com/arshaw/fullcalendar/blob/master/demos/selectable.html

2.Please  post "db_config.php" of fullcalendar_with_external_events_example.txt .
Thank you very much.



Reported by startace on 2011-11-01 08:37:38

@arshaw
Copy link
Member Author

arshaw commented Aug 19, 2015

You can do that in the fullcalendar config. If you use my calendar solution, mentioned
above, you can set options in configs/config.php

Reported by paul.wolbers on 2013-05-23 05:53:16

@arshaw
Copy link
Member Author

arshaw commented Aug 19, 2015

Reported by adamrshaw on 2013-08-14 01:58:38

  • Labels added: Type-Feature
  • Labels removed: Type-Enhancement

@arshaw
Copy link
Member Author

arshaw commented Aug 19, 2015

Issue 1277 has been merged into this issue.

Reported by adamrshaw on 2013-08-15 22:27:04

@arshaw
Copy link
Member Author

arshaw commented Aug 19, 2015

How to get different color for same days event using full-day calender.

Reported by yogendrapayasi62 on 2013-09-30 08:40:56

@arshaw
Copy link
Member Author

arshaw commented Aug 19, 2015

I have a problem with the calendar, will you help me with this error?

Fatal error: Call to a member function display() on a non-object in /home/clinic/public_html/XXXXXXXXXXXXXX/calendar2/index.php
on line 26

Reported by Wiler89 on 2014-08-14 22:17:32

@arshaw
Copy link
Member Author

arshaw commented Aug 19, 2015

Before that line you have to put global $obj_smarty;  or $obj_smarty = new Smarty();

Reported by paul.wolbers on 2014-08-16 09:27:58

@arshaw
Copy link
Member Author

arshaw commented Aug 19, 2015

My calendar with edit dialog, android app and more is for sale now on codecanyon. http://codecanyon.net/item/fast-easy-calendar-with-app/8498020?ref=wolberspl

Reported by paul.wolbers on 2014-08-16 09:33:04

@arshaw
Copy link
Member Author

arshaw commented Aug 19, 2015

With jQuery UI removed in the latest v2.1.1 release of FullCalendar, how much relevant
is this issue for FC development?  I propose to close this as "won't fix" and leave
it to using implementations to provide the UI for adding/editing events.

Reported by van.wijgerden@mdxs.net on 2014-09-05 08:38:18

@arshaw
Copy link
Member Author

arshaw commented Aug 19, 2015

Issue 2392 has been merged into this issue.

Reported by adamrshaw on 2015-01-06 16:54:04

@arshaw
Copy link
Member Author

arshaw commented Aug 19, 2015

Is there a way to populate the external events from a table of its own ?
such as 

[Sales Team]
--------------[Sales Executive 1]
--------------[Sales Executive 2]
--------------[Sales Executive 3]


[Field Engineers]
--------------[Field Engineer 1]
--------------[Field Engineer 2]
--------------[Field Engineer 3]
...etc..


Maybe populate 2 Drop Down Boxes to populate the data and create the external events
Drop Downs

-----------------------------------
Is there a way to populate an event (In Projects) to have the Job cards individually
populated behind it in the same fashion so one event links to the employees and therefore
you end up with a 360' view where if you change the event it spills down to the chain
and moves it accordingly.

Thanks and appreciate some light on this.
TT

Reported by ttarabichi on 2015-02-15 10:57:50

@g13013
Copy link

g13013 commented Apr 30, 2017

Hi guys.

Any news about that feature ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

2 participants