Skip to content
This repository has been archived by the owner on Oct 31, 2018. It is now read-only.

Let users set a default calendar for new events [with hidden buttons] #639

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

vgezer
Copy link
Contributor

@vgezer vgezer commented Dec 6, 2014

🚧
Continuing from: owncloud/calendar#399

I will need @jancborchardt's help at this stage since I am not a CSS-friendly guy :). Also if @Raydiation can help me this would be perfect.

This should fix: #348

Users can set one calendar default by clicking on the star.
New events will be created in the default calendar.

$.post(OC.filePath('calendar', 'ajax/calendar', 'makedefault.php'), { calendarid: calid},
function(data) {
if (data.status == 'success'){
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The rest of your message is missing.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah crap :)

I meant ===

@DeepDiver1975 DeepDiver1975 added this to the backlog milestone Oct 12, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants