Jump to content
  • 2

Reminders with no time (all-day)


remedy5

Idea

As a user, I would like to create all-day reminders by toggling the time feature on or off (similar to many other task, calendar or note applications). There are many ways to use this including a "tickler" file and a list of sequenced tasks in a project, to name a few. I think it would be really great when syncing with Cronofy so a user could see evernote information (tasks, notes, etc) in the selected Google Calendar without cluttering the hourly schedule.

Thanks for considering.

Link to comment

1 reply to this idea

Recommended Posts

  • Level 5*
3 hours ago, remedy5 said:

it would be really great when syncing with Cronofy so a user could see evernote information (tasks, notes, etc) in the selected Google Calendar without cluttering the hourly schedule.

I have a similar use case, a shortcut in my calendar for my daily journals59b94976d40e7_ScreenShot2017-09-13at08_04_33.png.a8740689c93cb5f73c78b1e5c0205670.png
I use the default Apple Calendar service on my Mac and iPad

My solution was to create these entries using a script on my Mac

tell application "Calendar"
                run
                tell calendar "Home"
                    set theCalendar to make new event at end of events
                                with properties {start date:current date, allday event:true}
                    set summary of theCalendar to "Journal " & yyyy & "/" & mm & "/" & dd
                    set url of theCalendar to noteLink
                end tell
             end tell

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...