| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
|
|
| |
The first one created does not show the calendar-in-use, but you can
edit it and choose the calendar. It will then make yet another calendar
entry on the screen, and only the one caldav entry. The second object
has the correct calendar-in-use, and lets you edit. When you try to
save it, it throws error 409 Cannot save because it found duplicate.
|
|
|
|
|
|
|
| |
when you view/edit the object, the "Calendar" drop-down is not
pre-populated. The user can select the calendar, but then upon saving
it gets duplicated in the global list. Also, it is possible that
newlines can get mangled and then refused by the server?
|
|
|
|
|
| |
But the globalEventList.events[rid] still does not have this entry.
Somehow I still need to add the new event to that!
|
|
|
|
|
|
| |
The new event now populates in the visual calendar, but the user
cannot edit/view the details. The etag is not returned, which I think
is the last piece.
|
|
|
|
|
|
|
|
| |
The upload button now calls logic, which does a rudimentary upload.
The new item can successfully be saved to the server, but the event
does not immediately show up in the InfCloud view. The user has to
reload the web page to see the new event, which of course is not ideal.
There must be a way to add the new object immediately.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This allows per-user additional calendars, for viewing shared
items.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
References include:
https://javascript.info/file
https://stackoverflow.com/questions/44555950/custom-download-name-with-javascript-or-jquery/44556846#44556846
https://stackoverflow.com/a/16137606
|
| |
|
|
|
|
| |
Closes #15
|
| |
|
| |
|
| |
|
| |
|
|
|