Closed WnP closed 10 years ago
By calendar-syntax
, I meant the syntax name for highlighting (CalendarSunday
or CalendarToday
or something like that). But you're right, the document body is missing. I'll add the document later.
Your request looks nice, because the plugin has some special syntaxes for inputting the events and texts as you know. So I'll accept your request. Any suggestion for better section name? (calendar-input-syntax
or calendar-format
or whatever)
Answers to your questions.
10/10-10/12 test
or 2014/10/10-2014/10/12 test
, 2014-10-10-2014-10-12 test
. You can also use visual mode (press v).10/10 19:00-10/11 21:00
or with the year specified. Again this time you can use visual mode in n-days view
.notes
for event (for reference https://developers.google.com/google-apps/calendar/v3/reference/events). If you mean description
, it is not possible to add to an event.vim interface
. If you mean Vim Script interface
, you can use the autoload function of this plugin. For example, calendar#google#calendar#getEvents(2014, 10)
. But it may change the behaviour with breaking compatibility.I'm not going to merge right away so please fill the document and improve this pull request.
I choose calendar-input-format
for this section name, let me know if it sounds good to you
it looks like that google's calender API alow communication with the description
field, it could be nice if we could both create and edit it in the calendar.vim user interface, but as this feature is not implemented I think it's another topic and we must talk about it out of this pull request
let me know
Merged. Thank you for your pull request. I will improve the document from now on.
Syntax documentation is listed in the documentation content but not present
this is a starting point based on what I found, but I missed some points
extra question:
btw, thanks a lot this is a realy good plugin ;-)